[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple additem-nomarc.tmpl,1.10,1.11

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 2 16:46:54 CEST 2005


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

Modified Files:
	additem-nomarc.tmpl 
Log Message:
* road to zebra for MARC=OFF
* removing Acquisitions/branches.pm call, as it's now in Koha.pm

Index: additem-nomarc.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/additem-nomarc.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** additem-nomarc.tmpl	19 Nov 2004 16:41:49 -0000	1.10
--- additem-nomarc.tmpl	2 Sep 2005 14:46:52 -0000	1.11
***************
*** 48,53 ****
  			<label>Branch:</label>
  			<select name="homebranch">
! 			<!-- TMPL_LOOP NAME="BRANCHES" -->
! 				<option value="<!-- TMPL_VAR NAME="branchcode" -->"><!-- TMPL_VAR NAME="branchname" --></option>
  			<!-- /TMPL_LOOP -->
  			</select>
--- 48,53 ----
  			<label>Branch:</label>
  			<select name="homebranch">
! 			<!-- TMPL_LOOP name="branchloop" -->
! 				<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
  			<!-- /TMPL_LOOP -->
  			</select>
***************
*** 57,61 ****
  	</div>
  	<div id="bloc25">
! 		<h2 class="catalogue">Add to existing group:</h2>
  		<p>
  			<label>Group:</label><select name="biblioitemnumber">
--- 57,61 ----
  	</div>
  	<div id="bloc25">
! 		<h3 class="catalogue">Add to existing group:</h2>
  		<p>
  			<label>Group:</label><select name="biblioitemnumber">
***************
*** 68,81 ****
  			</select>
  		</p>
! 		<p><input type="submit" name="existinggroup" value="Add New Item to Existing Group"></p>
! 	</div>
! 	<div id="bloc25">
! 		<h2 class="catalogue">OR Add to a new Group:</h2>
  		<p>
  			<label>Format:</label>
  			<select name="itemtype">
! 				<!-- TMPL_LOOP NAME="ITEMTYPES" -->
! 					<option value="<!-- TMPL_VAR NAME="itemtype" -->"><!-- TMPL_VAR NAME="description" --></option>
! 				<!-- /TMPL_LOOP -->
  			</select>
  		</p>
--- 68,79 ----
  			</select>
  		</p>
! 		<p><input type="submit" name="existinggroup" value="Add New Item to Existing Group" class="button catalogue"></p>
! 		<h3 class="catalogue">OR Add to a new Group:</h2>
  		<p>
  			<label>Format:</label>
  			<select name="itemtype">
! 			<!-- TMPL_LOOP name="itemtypeloop" -->
! 				<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="description" --></option>
! 			<!-- /TMPL_LOOP -->
  			</select>
  		</p>





More information about the Koha-cvs mailing list