[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/authorities authorities-home.tmpl,1.1.2.3,1.1.2.4

Owen Leonard oleonard at users.sourceforge.net
Wed Sep 28 20:37:17 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	authorities-home.tmpl 
Log Message:
Synching with default template

Index: authorities-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/authorities-home.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** authorities-home.tmpl	19 Apr 2005 19:13:34 -0000	1.1.2.3
--- authorities-home.tmpl	28 Sep 2005 18:37:15 -0000	1.1.2.4
***************
*** 31,43 ****
  				<option value="contains">contains</option>
  				<option value="start">start by</option>
! 			</select> <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->">
! 			<input type="hidden" name="marclist" value="">
! 			<input type="hidden" name="and_or" value="and">
! 			<input type="hidden" name="excluding" value="">
  			</td></tr></table></div>
  		<p>
! 			<input type="submit" value="Start search" class="submit">
  		</p>
  </form>
  </div>
  
--- 31,58 ----
  				<option value="contains">contains</option>
  				<option value="start">start by</option>
! 			</select> <input type="text" name="value" value="<!-- TMPL_VAR NAME="value" -->" />
! 			<input type="hidden" name="marclist" value="" />
! 			<input type="hidden" name="and_or" value="and" />
! 			<input type="hidden" name="excluding" value="" />
  			</td></tr></table></div>
  		<p>
! 			<input type="submit" value="Start search" class="submit" />
  		</p>
  </form>
+ 
+ <h2>Add authority</h2>
+ <div class="details">
+ <form name="f2" method="post" action="authorities.pl">
+ 	<label for="authtypecode">Authority type</label>
+ 	<select name="authtypecode" id="authtypecode">
+ 		<!-- TMPL_LOOP name="authtypesloop" -->
+ 			<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected="selected"<!-- /TMPL_IF -->>
+ 				<!-- TMPL_VAR name="authtypetext" -->
+ 			</option>
+ 		<!-- /TMPL_LOOP -->
+ 	</select>
+ 	<input type="submit" value="Add Authority" class="submit" />
+ 	</form>
+ </div>
  </div>
  





More information about the Koha-cvs mailing list