[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters syste
From: |
Mike Hansen |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters systempreferences.tmpl,1.8,1.9 |
Date: |
Fri, 11 Apr 2003 17:16:11 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory
sc8-pr-cvs1:/tmp/cvs-serv15154/koha/koha-tmpl/intranet-tmpl/default/en/parameters
Modified Files:
systempreferences.tmpl
Log Message:
Index: systempreferences.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** systempreferences.tmpl 18 Mar 2003 15:19:35 -0000 1.8
--- systempreferences.tmpl 12 Apr 2003 00:16:08 -0000 1.9
***************
*** 57,61 ****
<TMPL_IF name="add_form">
<!-------------------------------------------------------------------------------------------------->
! <H1><TMPL_VAR name="action"></H1>
<form action='<TMPL_VAR name="script_name">' name=Aform method=post>
<input type=hidden name=op value='add_validate'>
--- 57,61 ----
<TMPL_IF name="add_form">
<!-------------------------------------------------------------------------------------------------->
! <H1><TMPL_VAR NAME=action></H1>
<form action='<TMPL_VAR name="script_name">' name=Aform method=post>
<input type=hidden name=op value='add_validate'>
***************
*** 118,123 ****
<td><TMPL_VAR name="value"></td>
<td><TMPL_VAR name="explanation"></td>
! <td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR
NAME='interface'>/<TMPL_VAR name="theme">/images/fileopen.png" width=32
hspace=0 vspace=0 border=0></a></td>
! <td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR
NAME='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32
hspace=0 vspace=0 border=0></a></td>
</tr>
</TMPL_LOOP>
--- 118,123 ----
<td><TMPL_VAR name="value"></td>
<td><TMPL_VAR name="explanation"></td>
! <td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR
NAME='interface'>/<TMPL_VAR name="theme">/images/fileopen.png" width=32
hspace=0 vspace=0 border=0>Edit</a></td>
! <td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR
NAME='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32
hspace=0 vspace=0 border=0>Delete</a></td>
</tr>
</TMPL_LOOP>
***************
*** 125,130 ****
<input type=hidden name=op value=add_form>
</table>
- <form action='<TMPL_VAR name="script_name">' method=post>
- <input type=hidden name=op value=add_form>
<table width=40%>
<tr>
--- 125,128 ----
***************
*** 133,137 ****
</tr>
</table>
! <br><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR
name="theme">/images/filenew.png" title="Add system parameter" ALT="Add"
BORDER=0 ><br>
</form>
</TMPL_IF>
--- 131,135 ----
</tr>
</table>
! <br><a href='<TMPL_VAR name="script_name">?op=add_form'><img src="<TMPL_VAR
NAME='interface'>/<TMPL_VAR name="theme">/images/filenew.png" title="Add a
system preference" ALT="Add" BORDER=0 >Add a system preference</a><br>
</form>
</TMPL_IF>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters systempreferences.tmpl,1.8,1.9,
Mike Hansen <=