Browse Source

reintroducing Add button in case of authority add

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Paul POULAIN 17 years ago
committed by Joshua Ferraro
parent
commit
8f05bbd111
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl

4
koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tmpl

@ -393,6 +393,8 @@ function searchauthority() {
<div id="action">
<!-- TMPL_IF name="authid" -->
<input type="button" value="Save" onclick="Check(this.form)" accesskey="w" />
<!-- TMPL_ELSE -->
<input type="button" value="Add" onclick="Check(this.form)" accesskey="w" />
<!-- /TMPL_IF -->
</div>
@ -547,6 +549,8 @@ function searchauthority() {
<div id="action">
<!-- TMPL_IF name="authid" -->
<input type="button" value="Save" onclick="Check(this.form)" accesskey="w" />
<!-- TMPL_ELSE -->
<input type="button" value="Add" onclick="Check(this.form)" accesskey="w" />
<!-- /TMPL_IF -->
</div>
</form>

Loading…
Cancel
Save