[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/bull statecollection
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bull statecollection.tmpl,1.3,1.4 |
Date: |
Thu, 30 Jun 2005 13:19:18 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29578/koha-tmpl/intranet-tmpl/npl/en/bull
Modified Files:
statecollection.tmpl
Log Message:
Synching with rel_2_2.
Index: statecollection.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** statecollection.tmpl 10 Jan 2005 17:02:54 -0000 1.3
--- statecollection.tmpl 30 Jun 2005 20:19:15 -0000 1.4
***************
*** 70,73 ****
--- 70,83 ----
<option
value="4">Missing</option>
<!-- /TMPL_IF -->
+ <!--TMPL_IF name="status5" -->
+ <option value="5" selected>Not
issued</option>
+ <!-- TMPL_ELSE -->
+ <option value="5">Not
issued</option>
+ <!-- /TMPL_IF -->
+ <!--TMPL_IF name="status6" -->
+ <option value="6"
selected>Delete</option>
+ <!-- TMPL_ELSE -->
+ <option
value="6">Delete</option>
+ <!-- /TMPL_IF -->
</select>
</td>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/bull statecollection.tmpl,1.3,1.4,
Owen Leonard <=