[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.3.2.6,1.3.2.7 |
Date: |
Wed, 14 Sep 2005 11:52:00 -0700 |
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&bibid=<!-- TMPL_VAR NAME="bibid"
-->&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> </td>
+ <td> </td>
+ <!-- TMPL_ELSE -->
<td><a
href="additem.pl?op=edititem&bibid=<!-- TMPL_VAR NAME="bibid"
-->&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">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple additem.tmpl,1.3.2.6,1.3.2.7,
Owen Leonard <=