koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin auth... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin auth... [rel_3_0]
Date: Tue, 14 Nov 2006 15:11:26 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/14 15:11:26

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/admin: authorised_values.tmpl 

Log message:
        fix a minor error in the TMPL_VAR syntax. It's now possible to delete 
some authorised value.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: authorised_values.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/authorised_values.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- authorised_values.tmpl      30 Oct 2006 09:54:58 -0000      1.1.2.2
+++ authorised_values.tmpl      14 Nov 2006 15:11:26 -0000      1.1.2.3
@@ -43,7 +43,7 @@
        </table>
        <form action="<!-- TMPL_VAR name=" script_name " -->" method="post">
                <input type="hidden" name="op" value="delete_confirmed" />
-               <input type="hidden" name="id" value="<!-- TMPL_VAR name=" id " 
-->" />
+               <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" 
-->" />
                <input type="hidden" name="searchfield" value="<!-- TMPL_VAR 
name="searchfield" -->" /><input type="submit" value="Confirm Deletion" 
/></form> <form class="inline" action="<!-- TMPL_VAR name="script_name" -->" 
method="post"><input type="submit" value="Do Not Delete" /></form>
 <!-- /TMPL_IF -->
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]