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: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin auth... [rel_3_0]
Date: Mon, 30 Oct 2006 09:54:58 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   06/10/30 09:54:58

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

Log message:
        modifying for better PROG compliance (action div)

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.1&r2=1.1.2.2

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.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- authorised_values.tmpl      1 Sep 2006 09:53:10 -0000       1.1.2.1
+++ authorised_values.tmpl      30 Oct 2006 09:54:58 -0000      1.1.2.2
@@ -80,12 +80,10 @@
        <input type="submit" value="&lt;&lt; Previous Page" /></form>
 <!-- /TMPL_IF --> 
 
-<form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" 
method="post">
-<input type="hidden" name="op" value="add_form">
-<input type="hidden" name="category" value="<!-- TMPL_VAR NAME="category" -->">
-<input type="submit" value="Add Authorised value" /></form> 
-
-<form class="inline" action="/cgi-bin/koha/admin/authorised_values.pl" 
method="get"><input type="hidden" value="add_form" name="op" /><input 
type="submit" value="Add New Category" /></form>
+<div id="action">
+    <a href= 
"/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=<!-- TMPL_VAR 
NAME="category" -->">Add Authorised value for <!-- TMPL_VAR name="category" 
--></a>
+    <a href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form">Add New 
Category</a>
+</div>
 
 <!-- TMPL_IF NAME="nextpage" -->
 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" 
method="post">




reply via email to

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