[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 branc
From: |
Ambrose Li |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters branches.tmpl,1.8,1.9 |
Date: |
Sat, 25 Jan 2003 14:13:54 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory
sc8-pr-cvs1:/tmp/cvs-serv15184/koha-tmpl/intranet-tmpl/default/en/parameters
Modified Files:
branches.tmpl
Log Message:
Manually reverted the page to English (file changed too much for patch to
work)
Index: branches.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/branches.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** branches.tmpl 23 Jan 2003 12:29:11 -0000 1.8
--- branches.tmpl 25 Jan 2003 22:13:51 -0000 1.9
***************
*** 2,8 ****
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
! <p align=left>Zalogowano jako: <TMPL_VAR NAME="loggedinuser"> [<a
href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
<TMPL_ELSE>
! <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do
Koha</p>
</TMPL_IF>
--- 2,8 ----
<TMPL_INCLUDE NAME="parameters-top.inc">
<TMPL_IF NAME="loggedinuser">
! <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a
href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log out</a>]</p>
<TMPL_ELSE>
! <p align=left><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to Koha</p>
</TMPL_IF>
***************
*** 11,20 ****
<input type=hidden name=op value='add_validate'>
<table>
! <tr><td>Kod odzia³u</td><td><input type=text name=branchcode size=5
maxlength=5 value='<TMPL_VAR name=branchcode escape="HTML">'</td></tr>
! <tr><td>Nazwa</td><td><input type=text name=branchname size=40 maxlength=80
value="<TMPL_VAR name=branchname escape="HTML">"> </td></tr>
<FONT SIZE=6><em><TMPL_VAR name=head></em></FONT><br>
<tr><td><TMPL_VAR name=categoryname></td>
<td><INPUT TYPE="checkbox" NAME="<TMPL_VAR name=categorycode>" VALUE="1"
><TMPL_VAR name=codedescription></td></tr>
! <tr><td>Adres</td><td><input type=text name=branchaddress1 value='<TMPL_VAR
name=branchaddress1 escape="HTML">'></td></tr>
<tr><td> </td><td><input type=text name=branchaddress2 value='<TMPL_VAR
name=branchaddress2 escape="HTML">'></td></tr>
<tr><td> </td><td><input type=text name=branchaddress3 value='<TMPL_VAR
name=branchaddress3 escape="HTML">'></td></tr>
--- 11,20 ----
<input type=hidden name=op value='add_validate'>
<table>
! <tr><td>Branch code</td><td><input type=text name=branchcode size=5
maxlength=5 value='<TMPL_VAR name=branchcode escape="HTML">'</td></tr>
! <tr><td>Name</td><td><input type=text name=branchname size=40 maxlength=80
value="<TMPL_VAR name=branchname escape="HTML">"> </td></tr>
<FONT SIZE=6><em><TMPL_VAR name=head></em></FONT><br>
<tr><td><TMPL_VAR name=categoryname></td>
<td><INPUT TYPE="checkbox" NAME="<TMPL_VAR name=categorycode>" VALUE="1"
><TMPL_VAR name=codedescription></td></tr>
! <tr><td>Address</td><td><input type=text name=branchaddress1 value='<TMPL_VAR
name=branchaddress1 escape="HTML">'></td></tr>
<tr><td> </td><td><input type=text name=branchaddress2 value='<TMPL_VAR
name=branchaddress2 escape="HTML">'></td></tr>
<tr><td> </td><td><input type=text name=branchaddress3 value='<TMPL_VAR
name=branchaddress3 escape="HTML">'></td></tr>
***************
*** 22,26 ****
<tr><td>Fax</td><td><input type=text name=branchfax value='<TMPL_VAR
name=branchfax escape="HTML">'></td></tr>
<tr><td>E-mail</td><td><input type=text name=branchemail value='<TMPL_VAR
name=branchemail escape="HTML">'></td></tr>
! <tr><td> </td><td><input type=submit value='Prze¶lij'></td></tr>
</table>
</form>
--- 22,26 ----
<tr><td>Fax</td><td><input type=text name=branchfax value='<TMPL_VAR
name=branchfax escape="HTML">'></td></tr>
<tr><td>E-mail</td><td><input type=text name=branchemail value='<TMPL_VAR
name=branchemail escape="HTML">'></td></tr>
! <tr><td> </td><td><input type=submit value='Submit'></td></tr>
</table>
</form>
***************
*** 28,37 ****
<TMPL_IF name="delete_confirm">
! Potwierd¼ usuniêcie:
<form action='<TMPL_VAR name=action>' method=post><input type='hidden'
name='op' value='delete_confirmed'>
<input type='hidden' name='branchcode' value=<TMPL_VAR name=branchcode
escape="HTML">>
! <input type=submit value=Tak></form>
<form action='<TMPL_VAR name=action>' method=post><input type='hidden'
name='op' value=''>
! <input type=submit value=Nie></form>
</TMPL_IF>
--- 28,37 ----
<TMPL_IF name="delete_confirm">
! Confirm delete:
<form action='<TMPL_VAR name=action>' method=post><input type='hidden'
name='op' value='delete_confirmed'>
<input type='hidden' name='branchcode' value=<TMPL_VAR name=branchcode
escape="HTML">>
! <input type=submit value=YES></form>
<form action='<TMPL_VAR name=action>' method=post><input type='hidden'
name='op' value=''>
! <input type=submit value=NO></form>
</TMPL_IF>
***************
*** 39,51 ****
<FONT SIZE=6><em><TMPL_VAR name=head></em></FONT><br>
<font color='red'><TMPL_VAR name="message"></font>
! <form action=<TMPL_VAR name=action> method=post><input type='hidden'
name='op' value='add'><input type=submit value='Dodaj nowy oddzia³'></form>
<table border='1' cellpadding='5' cellspacing='0' width='550'>
<tr> <th colspan='5' align='left' bgcolor='#99cc33'
background=$backgroundimage>
! <font size='5'><b>Oddzia³y</b></font></th> </tr>
<tr bgcolor='#889999'>
! <td width='175'><b>Nazwa</b></td>
! <td width='25'><b>Kod</b></td>
! <td width='175'><b>Adres</b></td>
! <td width='175'><b>Kategorie</b></td>
<td width='50'><b> </b></td>
</tr>
--- 39,51 ----
<FONT SIZE=6><em><TMPL_VAR name=head></em></FONT><br>
<font color='red'><TMPL_VAR name="message"></font>
! <form action=<TMPL_VAR name=action> method=post><input type='hidden'
name='op' value='add'><input type=submit value='Add New Branch'></form>
<table border='1' cellpadding='5' cellspacing='0' width='550'>
<tr> <th colspan='5' align='left' bgcolor='#99cc33'
background=$backgroundimage>
! <font size='5'><b>Branches</b></font></th> </tr>
<tr bgcolor='#889999'>
! <td width='175'><b>Name</b></td>
! <td width='25'><b>Code</b></td>
! <td width='175'><b>Address</b></td>
! <td width='175'><b>Categories</b></td>
<td width='50'><b> </b></td>
</tr>
***************
*** 60,68 ****
<input type='hidden' name='op' value='edit'>
<input type='hidden' name='branchcode' value='<TMPL_VAR name=value
escape="HTML">'>
! <input type=submit value=Edytuj>
</form>
<form action='<TMPL_VAR name=action>' method=post>
<input type='hidden' name='branchcode' value='<TMPL_VAR name=value
escape="HTML">'>
! <input type='hidden' name='op' value='delete'><input type=submit value=Usuñ>
</form></td>
</tr>
--- 60,68 ----
<input type='hidden' name='op' value='edit'>
<input type='hidden' name='branchcode' value='<TMPL_VAR name=value
escape="HTML">'>
! <input type=submit value=Edit>
</form>
<form action='<TMPL_VAR name=action>' method=post>
<input type='hidden' name='branchcode' value='<TMPL_VAR name=value
escape="HTML">'>
! <input type='hidden' name='op' value='delete'><input type=submit value=Delete>
</form></td>
</tr>
***************
*** 72,80 ****
<table border='1' cellpadding='5' cellspacing='0'>
<tr> <th colspan='5' align='left' bgcolor='#99cc33'
background=$backgroundimage>
! <font size='5'><b>Kategorie oddzia³ow</b></font></th> </tr>
<tr bgcolor='#889999'>
! <td width='175'><b>Nazwa</b></td>
! <td width='25'><b>Kod</b></td>
! <td width='200'><b>Opis</b></td>
</tr>
<tr bgcolor='$color'>
--- 72,80 ----
<table border='1' cellpadding='5' cellspacing='0'>
<tr> <th colspan='5' align='left' bgcolor='#99cc33'
background=$backgroundimage>
! <font size='5'><b>Branches Categories</b></font></th> </tr>
<tr bgcolor='#889999'>
! <td width='175'><b>Name</b></td>
! <td width='25'><b>Code</b></td>
! <td width='200'><b>Description</b></td>
</tr>
<tr bgcolor='$color'>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters branches.tmpl,1.8,1.9,
Ambrose Li <=
- Prev by Date:
[Koha-cvs] CVS: koha mancredit.pl,1.7,1.8
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl auth.tmpl,1.1,1.2 intranet-main.tmpl,1.1,1.2 mancredit.tmpl,1.1,1.2 modbibitem.tmpl,1.1,1.2 moditem.tmpl,1.2,1.3 newimember.tmpl,1.1,1.2 opac-main.tmpl,1.1,1.2 thesaurus_popup.tmpl,1.1,1.2 updatebiblio.tmpl,1.1,1.2
- Previous by thread:
[Koha-cvs] CVS: koha mancredit.pl,1.7,1.8
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl auth.tmpl,1.1,1.2 intranet-main.tmpl,1.1,1.2 mancredit.tmpl,1.1,1.2 modbibitem.tmpl,1.1,1.2 moditem.tmpl,1.2,1.3 newimember.tmpl,1.1,1.2 opac-main.tmpl,1.1,1.2 thesaurus_popup.tmpl,1.1,1.2 updatebiblio.tmpl,1.1,1.2
- Index(es):