View | Details | Raw Unified | Return to bug 5135
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tmpl (-5 / +4 lines)
Lines 46-52 Link Here
46
        <fieldset class="rows"><ol>
46
        <fieldset class="rows"><ol>
47
        <li>
47
        <li>
48
			 <!-- TMPL_IF name="action_add_category" --><label for="category">Category</label>
48
			 <!-- TMPL_IF name="action_add_category" --><label for="category">Category</label>
49
		<input type="text" name="category"  id="category" size="16" maxlength="16" /> 
49
		<input type="text" name="category"  id="category" size="10" maxlength="10" />
50
			 <!-- TMPL_ELSE --><span class="label">Category</span>
50
			 <!-- TMPL_ELSE --><span class="label">Category</span>
51
		<input type="hidden" name="category" value="<!-- TMPL_VAR NAME='category' -->" />	 <!-- TMPL_VAR NAME='category' -->
51
		<input type="hidden" name="category" value="<!-- TMPL_VAR NAME='category' -->" />	 <!-- TMPL_VAR NAME='category' -->
52
			 <!-- /TMPL_IF -->
52
			 <!-- /TMPL_IF -->
Lines 54-68 Link Here
54
        <li>
54
        <li>
55
            <label for="authorised_value">Authorized value</label>
55
            <label for="authorised_value">Authorized value</label>
56
     <!-- TMPL_IF name="action_modify" --><input type="hidden" id="id" name="id" value="<!-- TMPL_VAR name="id" -->" /><!-- /TMPL_IF -->
56
     <!-- TMPL_IF name="action_modify" --><input type="hidden" id="id" name="id" value="<!-- TMPL_VAR name="id" -->" /><!-- /TMPL_IF -->
57
            <input type="text" id="authorised_value" name="authorised_value" value="<!-- TMPL_VAR name="authorised_value" -->" />
57
            <input type="text" id="authorised_value" name="authorised_value" value="<!-- TMPL_VAR name="authorised_value" -->" maxlength="80" />
58
        </li>
58
        </li>
59
        <li>
59
        <li>
60
            <label for="lib">Description</label>
60
            <label for="lib">Description</label>
61
            <input type="text" name="lib" id="lib" value="<!-- TMPL_VAR name="lib" -->" />
61
            <input type="text" name="lib" id="lib" value="<!-- TMPL_VAR name="lib" -->" maxlength="80" />
62
        </li>
62
        </li>
63
	<li>
63
	<li>
64
            <label for="lib_opac">Description (OPAC)</label>
64
            <label for="lib_opac">Description (OPAC)</label>
65
            <input type="text" name="lib_opac" id="lib_opac" value="<!-- TMPL_VAR name="lib_opac" -->" />
65
            <input type="text" name="lib_opac" id="lib_opac" value="<!-- TMPL_VAR name="lib_opac" -->" maxlength="80" />
66
        </li>
66
        </li>
67
		</ol>
67
		</ol>
68
		<div id="icons" class="toptabs">
68
		<div id="icons" class="toptabs">
69
- 

Return to bug 5135