bug 5149 fix broken link to noItemTypeImages preference
Signed-off-by: Galen Charlton <gmcharlt@gmail.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
140fde57de
commit
36df1f6cdf
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ Item Types Administration
|
|||
<li>
|
||||
<label for="description">Description</label><input type="text" id="description" name="description" size="48" maxlength="80" value="<!-- TMPL_VAR name="description" escape="HTML" -->" /> </li>
|
||||
<!-- TMPL_IF NAME="noItemTypeImages" -->
|
||||
<li><span class="label">Image: </span>Item type images are disabled. To enable them, turn off the <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=all&searchfield=noItemTypeImages">noItemTypeImages system preference</a></li></ol>
|
||||
<li><span class="label">Image: </span>Item type images are disabled. To enable them, turn off the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=+noItemTypeImages">noItemTypeImages system preference</a></li></ol>
|
||||
<!-- TMPL_ELSE --></ol>
|
||||
<div id="icons" class="toptabs">
|
||||
<h5 style="margin-left:10px;">Choose an Icon:</h5>
|
||||
|
|
Loading…
Reference in a new issue