bug 2411: fix adding new tag to authority framework
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
0c66ac6702
commit
3ddf6172b8
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ return false;
|
|||
} //]]>
|
||||
</script>
|
||||
<ul class="toolbar">
|
||||
<li><a id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form?authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->">New Tag</a></li>
|
||||
<li><a id="newtag" href="/cgi-bin/koha/admin/auth_tag_structure.pl?op=add_form&authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->">New Tag</a></li>
|
||||
</ul></div>
|
||||
|
||||
<h2>Select an authority framework</h2>
|
||||
|
|
Loading…
Reference in a new issue