Bugfix Correcting opac-shelves template to allow patron to set list category to public or private
Signed-off-by: Galen Charlton <galen.charlton@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
95d7594438
commit
299e74b334
1 changed files with 6 additions and 1 deletions
|
@ -274,9 +274,14 @@ $.tablesorter.addParser({
|
|||
<input id="addshelf" type="text" name="addshelf" size="60" />
|
||||
<!-- /TMPL_IF -->
|
||||
<input type="hidden" name="owner" id="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->" /></li>
|
||||
<li><label for="category">Category:</label>
|
||||
<select name="category" id="category">
|
||||
<option value="1">Private</option>
|
||||
<option value="2">Public</option>
|
||||
</select></li>
|
||||
</ol>
|
||||
</fieldset>
|
||||
<fieldset class="action"><input type="hidden" name="category" value="1" /><input type="submit" value="Save" class="submit" /> <a class="cancel" href="/cgi-bin/koha/opac-shelves.pl">Cancel</a></fieldset>
|
||||
<fieldset class="action"><input type="submit" value="Save" class="submit" /> <a class="cancel" href="/cgi-bin/koha/opac-shelves.pl">Cancel</a></fieldset>
|
||||
</form> </div>
|
||||
<!-- /TMPL_IF --><!-- /showadd -->
|
||||
</div></div>
|
||||
|
|
Loading…
Reference in a new issue