[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.3.2.6,1.3.2.7

Owen Leonard oleonard at users.sourceforge.net
Wed Sep 14 20:52:00 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	additem.tmpl 
Log Message:
Synching with default template

Index: additem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/additem.tmpl,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -C2 -r1.3.2.6 -r1.3.2.7
*** additem.tmpl	25 Aug 2005 17:59:52 -0000	1.3.2.6
--- additem.tmpl	14 Sep 2005 18:51:58 -0000	1.3.2.7
***************
*** 27,37 ****
  					<tr>
  						<!-- TMPL_VAR NAME="item_value" -->
  						<td><a href="additem.pl?op=edititem&amp;bibid=<!-- TMPL_VAR NAME="bibid" -->&amp;itemnum=<!-- TMPL_VAR NAME="itemnum" -->">Edit</a></td>
  						<td><a href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="bibid" -->,<!-- TMPL_VAR NAME="itemnum" -->)">Delete</a></td>
  					</tr>
  					<!-- /TMPL_LOOP -->
  			</table>
  			</div>
! 	<!-- /TMPL_IF -->
  
  <div class="data">
--- 27,42 ----
  					<tr>
  						<!-- TMPL_VAR NAME="item_value" -->
+ 							<!-- TMPL_IF Name="nomod" -->
+ 							<td>&nbsp;</td>
+ 							<td>&nbsp;</td>
+ 						<!-- TMPL_ELSE -->
  						<td><a href="additem.pl?op=edititem&amp;bibid=<!-- TMPL_VAR NAME="bibid" -->&amp;itemnum=<!-- TMPL_VAR NAME="itemnum" -->">Edit</a></td>
  						<td><a href="javascript:confirm_deletion(<!-- TMPL_VAR NAME="bibid" -->,<!-- TMPL_VAR NAME="itemnum" -->)">Delete</a></td>
+ <!-- /TMPL_IF -->
  					</tr>
  					<!-- /TMPL_LOOP -->
  			</table>
  			</div>
! <!-- /TMPL_IF -->	
  
  <div class="data">





More information about the Koha-cvs mailing list