koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl moditem.tmpl,1.3


From: Benedict P. Barszcz
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl moditem.tmpl,1.3,1.4
Date: Sat, 04 Oct 2003 02:59:51 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl
In directory sc8-pr-cvs1:/tmp/cvs-serv3204

Modified Files:
        moditem.tmpl 
Log Message:
latest code update

Index: moditem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/moditem.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** moditem.tmpl        26 Jan 2003 03:36:37 -0000      1.3
--- moditem.tmpl        4 Oct 2003 09:59:49 -0000       1.4
***************
*** 1,5 ****
  <TMPL_INCLUDE Name="cat-top.inc">
  
! <FONT SIZE=6><em><TMPL_VAR Name="title"> (<TMPL_VAR 
Name="author">)</em></FONT><br>
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=white><td><form action=updateitem.pl method=post>
--- 1,5 ----
  <TMPL_INCLUDE Name="cat-top.inc">
  
! <h1><TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</h1><br>
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=white><td><form action=updateitem.pl method=post>
***************
*** 19,34 ****
  <td>Zagubiona</td>
  <td>
! <input type=radio name=Lost value=1 <TMPL_IF Name="itemlost">  zaznaczono 
</TMPL_IF> >
! Tak
! <input type=radio name=Lost value=0 <TMPL_UNLESS Name="itemlost"> zaznaczono 
</TMPL_UNLESS> >
! Nie
  </td>
  </tr>
  <tr valign=top bgcolor=white>
! <td>Anulowana</td>
! <td><input type=radio name=withdrawn value=1 <TMPL_IF Name="withdrawn"> 
zaznaczono </TMPL_IF> >
! Tak
! <input type=radio name=withdrawn value=0 <TMPL_UNLESS Name="withdrawn"> 
zaznaczono </TMPL_UNLESS> >
! Nie
  </td>
  </tr>
--- 19,34 ----
  <td>Zagubiona</td>
  <td>
! <input type=radio name=Lost value=1 <TMPL_IF Name="itemlost">  checked 
</TMPL_IF> >
! Yes
! <input type=radio name=Lost value=0 <TMPL_UNLESS Name="itemlost"> checked 
</TMPL_UNLESS> >
! No
  </td>
  </tr>
  <tr valign=top bgcolor=white>
! <td>Cancelled</td>
! <td><input type=radio name=withdrawn value=1 <TMPL_IF Name="withdrawn"> 
checked </TMPL_IF> >
! Yes
! <input type=radio name=withdrawn value=0 <TMPL_UNLESS Name="withdrawn"> 
checked </TMPL_UNLESS> >
! No
  </td>
  </tr>
***************
*** 38,43 ****
  <tr valign=top bgcolor=white><td></td><td>
  
! <input type=image  name=submit src=/images/save-changes.gif border=0 width=187
! height=42></td></tr>
  </table>
  </form></td></tr>
--- 38,42 ----
  <tr valign=top bgcolor=white><td></td><td>
  
! <input type=image  name=submit src=<TMPL_VAR name="interface">/<TMPL_VAR 
name="theme">/images/filesave.png border=0></td></tr>
  </table>
  </form></td></tr>
***************
*** 45,48 ****
  
  
! <TMPL_INCLUDE Name="cat-bottom.inc">
! </html>
--- 44,46 ----
  
  
! <TMPL_INCLUDE Name="cat-bottom.inc">
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]