Authority frameworks were not editable
authorHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 6 Oct 2009 13:40:06 +0000 (15:40 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 6 Oct 2009 15:53:17 +0000 (17:53 +0200)
koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tmpl

index 1a21466..2c127e7 100644 (file)
@@ -152,7 +152,7 @@ $(document).ready(function() {
                        <td><!-- TMPL_VAR NAME="authtypetext" --></td>
                        <td><!-- TMPL_VAR NAME="summary" --></td>
                        <td><!-- TMPL_VAR NAME="auth_tag_to_report" --></td>
-                       <td><a href="auth_tag_structure.pl?authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->" class="button parameters" >MARC structure</a></td>
+                       <td><a href="auth_tag_structure.pl?authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->&op=else" class="button parameters" >MARC structure</a></td>
                        <td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form&amp;authtypecode=<!-- TMPL_VAR NAME="authtypecode" escape="HTML" -->">Edit</a></td>
                        <td><a href="<!-- TMPL_VAR NAME="script_name" -->?op=delete_confirm&amp;authtypecode=<!-- TMPL_VAR NAME="authtypecode" escape="HTML" -->">Delete</a></td>
                </tr>