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/en/parameters aqboo


From: Ambrose C. LI
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters aqbookfund.tmpl,1.23,1.24 authorised_values.tmpl,1.19,1.20 branches.tmpl,1.20,1.21 marctagstructure.tmpl,1.22,1.23
Date: Wed, 10 Mar 2004 21:42:58 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32518/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
        aqbookfund.tmpl authorised_values.tmpl branches.tmpl 
        marctagstructure.tmpl 
Log Message:
Make the page headings translatable while trying not to break old templates


Index: aqbookfund.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** aqbookfund.tmpl     10 Mar 2004 08:42:01 -0000      1.23
--- aqbookfund.tmpl     11 Mar 2004 05:42:56 -0000      1.24
***************
*** 102,106 ****
        }
        </SCRIPT>
! <h1><!-- TMPL_VAR name="header" --></h1>
  <form action='<!-- TMPL_VAR name="action" -->' name=Aform method=post>
  <input type=hidden name=op value='add_validate'>
--- 102,113 ----
        }
        </SCRIPT>
! <h1>
! <!-- TMPL_IF name=use-header-flags-p -->
! <!-- TMPL_IF name=header-is-add-p -->Add book fund<!-- /TMPL_IF -->
! <!-- TMPL_IF name=header-is-modify-p -->Modify book fund<!-- /TMPL_IF -->
! <!-- TMPL_ELSE -->
! <!-- TMPL_VAR name="header" -->
! <!-- /TMPL_IF -->
! </h1>
  <form action='<!-- TMPL_VAR name="action" -->' name=Aform method=post>
  <input type=hidden name=op value='add_validate'>

Index: authorised_values.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** authorised_values.tmpl      20 Feb 2004 02:49:27 -0000      1.19
--- authorised_values.tmpl      11 Mar 2004 05:42:56 -0000      1.20
***************
*** 3,7 ****
  <!-- 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'>
--- 3,13 ----
  <!-- TMPL_IF name="add_form" -->
  
<!---------------------------------------------------------------------------->
!       <H1>
!       <!-- TMPL_IF NAME="use-heading-flags-p" -->
!       <!-- TMPL_IF NAME="heading-modify-authorized-value-p" -->Modify 
authorised value<!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-add-new-category-p" -->Add new category<!-- 
/TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-add-authorized-value-p" -->Add authorised 
value<!-- /TMPL_IF -->
!       <!-- TMPL_ELSE --><!-- TMPL_VAR name="action" --><!-- /TMPL_IF -->
!       </H1>
        <form action='<!-- TMPL_VAR name="script_name" -->' name=Aform 
method=post>
        <input type=hidden name=op value='add_validate'>

Index: branches.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/branches.tmpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** branches.tmpl       24 Feb 2004 16:40:11 -0000      1.20
--- branches.tmpl       11 Mar 2004 05:42:56 -0000      1.21
***************
*** 3,7 ****
  <!-- TMPL_IF NAME="add" -->
  
! <h1><!-- TMPL_VAR NAME="head" --></h1><br>
  <form action="<!-- TMPL_VAR NAME="action" -->" name="Aform" method="post">
  <input type="hidden" name="op" value="add_validate">
--- 3,15 ----
  <!-- TMPL_IF NAME="add" -->
  
! <h1>
! <!-- TMPL_IF NAME="use-heading-flags-p" -->
! <!-- TMPL_IF NAME="heading-branches-p" -->Branches<!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="heading-branches-add-branch-p" -->Branches: Add Branch<!-- 
/TMPL_IF -->
! <!-- TMPL_IF NAME="heading-branches-edit-branch-p" -->Branches: Edit 
Branch<!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="heading-branches-edit-category-p" -->Branches: Edit 
Category<!-- /TMPL_IF -->
! <!-- TMPL_ELSE --><!-- TMPL_VAR NAME="head" --><!-- /TMPL_IF -->
! </h1>
! 
  <form action="<!-- TMPL_VAR NAME="action" -->" name="Aform" method="post">
  <input type="hidden" name="op" value="add_validate">
***************
*** 77,81 ****
  
  <!-- TMPL_IF NAME="else" -->
!       <h1><!-- TMPL_VAR NAME="head" --></h1><br>
        <font color="red"><!-- TMPL_VAR NAME="message" --></font>
        <table border="1" cellpadding="5" cellspacing="0">
--- 85,97 ----
  
  <!-- TMPL_IF NAME="else" -->
!       <h1>
!       <!-- TMPL_IF NAME="use-heading-flags-p" -->
!       <!-- TMPL_IF NAME="heading-branches-p" -->Branches<!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-branches-add-branch-p" -->Branches: Add 
Branch<!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-branches-edit-branch-p" -->Branches: Edit 
Branch<!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-branches-edit-category-p" -->Branches: Edit 
Category<!-- /TMPL_IF -->
!       <!-- TMPL_ELSE --><!-- TMPL_VAR NAME="head" --><!-- /TMPL_IF -->
!       </h1>
! 
        <font color="red"><!-- TMPL_VAR NAME="message" --></font>
        <table border="1" cellpadding="5" cellspacing="0">
***************
*** 189,193 ****
  
  <!-- TMPL_IF NAME="editcategory" -->
!       <h1><!-- TMPL_VAR NAME="head" --></h1><br>
        <form action="<!-- TMPL_VAR NAME="action" -->" name="Aform" 
method="post">
        <input type="hidden" name="op" value="addcategory_validate">
--- 205,217 ----
  
  <!-- TMPL_IF NAME="editcategory" -->
!       <h1>
!       <!-- TMPL_IF NAME="use-heading-flags-p" -->
!       <!-- TMPL_IF NAME="heading-branches-p" -->Branches<!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-branches-add-branch-p" -->Branches: Add 
Branch<!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-branches-edit-branch-p" -->Branches: Edit 
Branch<!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-branches-edit-category-p" -->Branches: Edit 
Category<!-- /TMPL_IF -->
!       <!-- TMPL_ELSE --><!-- TMPL_VAR NAME="head" --><!-- /TMPL_IF -->
!       </h1>
! 
        <form action="<!-- TMPL_VAR NAME="action" -->" name="Aform" 
method="post">
        <input type="hidden" name="op" value="addcategory_validate">

Index: marctagstructure.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** marctagstructure.tmpl       10 Mar 2004 07:38:05 -0000      1.22
--- marctagstructure.tmpl       11 Mar 2004 05:42:56 -0000      1.23
***************
*** 55,59 ****
  <!-- 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'>
--- 55,64 ----
  <!-- TMPL_IF name="add_form" -->
  
<!---------------------------------------------------------------------------->
!       <h1>
!       <!-- TMPL_IF NAME="use-heading-flags-p" -->
!       <!-- TMPL_IF NAME="heading-modify-tag-p" -->Modify tag<!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="heading-add-tag-p" -->Add tag<!-- /TMPL_IF -->
!       <!-- TMPL_ELSE --><!-- TMPL_VAR name="action" --><!-- /TMPL_IF -->
!       </h1>
        <form action='<!-- TMPL_VAR name="script_name" -->' name="Aform" 
method="post">
        <input type=hidden name=op value='add_validate'>




reply via email to

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