[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities authorities-home.tmpl,1.3.2.2,1.3.2.3

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 23 11:49:24 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31439/koha-tmpl/intranet-tmpl/default/en/authorities

Modified Files:
      Tag: rel_2_2
	authorities-home.tmpl 
Log Message:
adding add authority form to auth-home (as in head), otherwise, it's impossible to add an authority

Index: authorities-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/authorities-home.tmpl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** authorities-home.tmpl	25 Aug 2005 16:00:53 -0000	1.3.2.2
--- authorities-home.tmpl	23 Sep 2005 09:49:22 -0000	1.3.2.3
***************
*** 45,48 ****
--- 45,64 ----
  	</div>
  </form>
+ <div id="bloc25">
+ <h2 class="authority">Add authority</h2>
+ <form name="f2" method="post" action="authorities.pl">
+ 	<p>Authority type
+ 	<select name="authtypecode">
+ 		<!-- TMPL_LOOP name="authtypesloop" -->
+ 			<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
+ 				<!-- TMPL_VAR name="authtypetext" -->
+ 			</option>
+ 		<!-- /TMPL_LOOP -->
+ 	</select>
+ 	<input type="submit" value="Add" class="button authority">
+ 	</p>
+ </form>
+ </div>
+ 
  </div>
  <!-- TMPL_INCLUDE NAME="auth-bottom.inc" -->





More information about the Koha-cvs mailing list