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 marct


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters marctagstructure.tmpl,1.27.2.2,1.27.2.3
Date: Wed, 01 Jun 2005 03:18:36 -0700

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

Modified Files:
      Tag: rel_2_2
        marctagstructure.tmpl 
Log Message:
Including Automatical change of display


Index: marctagstructure.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.27.2.2
retrieving revision 1.27.2.3
diff -C2 -r1.27.2.2 -r1.27.2.3
*** marctagstructure.tmpl       31 May 2005 21:06:18 -0000      1.27.2.2
--- marctagstructure.tmpl       1 Jun 2005 10:18:24 -0000       1.27.2.3
***************
*** 116,120 ****
  <div id="bloc25">
  <h2 class="parameters">Select a framework</h2>
! <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
        <select name="frameworkcode">
                <option value="">Default</option>
--- 116,120 ----
  <div id="bloc25">
  <h2 class="parameters">Select a framework</h2>
! <form name="f" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
        <select name="frameworkcode">
                <option value="">Default</option>
***************
*** 126,130 ****
        <input type="submit" value="OK" class="button">
        <p>
!       <i>Display only used Tags/Subfields</i> <input type="checkbox" 
name="select_display" value="True" checked>
        </p>
  </form>
--- 126,130 ----
        <input type="submit" value="OK" class="button">
        <p>
!       <i>Display only used Tags/Subfields</i> <input type="checkbox" 
name="select_display" value="True"  OnChange="javascript:document.f.submit()">
        </p>
  </form>
***************
*** 143,146 ****
--- 143,147 ----
                <th>Edit</th>
                <th>Delete</th>
+       <tr>
        <!-- TMPL_LOOP NAME="loop" -->
        <tr valign="top" bgcolor="<!-- TMPL_VAR NAME="bgcolor" -->">
***************
*** 155,160 ****
        </tr>
        <tr valign="top" bgcolor="<!-- TMPL_VAR NAME="bgcolor" -->">
!               <td colspan=8>
!                       <table colspan=8>
                        <!-- TMPL_LOOP NAME="subfields" -->
                                <tr<!-- TMPL_IF NAME="toggle" --> 
class="hilighted"<!-- /TMPL_IF -->>
--- 156,164 ----
        </tr>
        <tr valign="top" bgcolor="<!-- TMPL_VAR NAME="bgcolor" -->">
!               <td>
!                       &nbsp;
!               </td>
!               <td colspan=7 border=0>
!                       <table colspan=8 border=0>
                        <!-- TMPL_LOOP NAME="subfields" -->
                                <tr<!-- TMPL_IF NAME="toggle" --> 
class="hilighted"<!-- /TMPL_IF -->>
***************
*** 164,175 ****
                                        </td>
                                        <td>
!                                               Tab :<!-- TMPL_VAR NAME="tab" 
-->,
!                                               <!-- TMPL_IF NAME="kohafield" 
-->Koha field : <!-- TMPL_VAR NAME="kohafield" -->, <!--/TMPL_IF -->
!                                               <!-- TMPL_IF NAME="repeatable" 
-->Repeatable, <!-- TMPL_ELSE -->Not repeatable,<!-- /TMPL_IF -->
!                                               <!-- TMPL_IF NAME="mandatory" 
-->Mandatory, <!-- TMPL_ELSE -->Not mandatory,<!-- /TMPL_IF -->
!                                               <!-- TMPL_IF NAME="seealso" 
-->see also : <!-- TMPL_VAR NAME="seealso" -->,<!-- /TMPL_IF -->
!                                               <!-- TMPL_IF 
NAME="authorised_value" --> Auth value :<!-- TMPL_VAR NAME="authorised_value" 
-->,<!-- /TMPL_IF -->
!                                               <!-- TMPL_IF 
NAME="authtypecode" --> Authority :<!-- TMPL_VAR NAME="authtypecode" -->,<!-- 
/TMPL_IF -->
!                                               <!-- TMPL_IF 
NAME="value_builder" -->Plugin :<!-- TMPL_VAR NAME="value_builder" -->,<!-- 
/TMPL_IF -->
                                        </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>
--- 168,193 ----
                                        </td>
                                        <td>
!                                               <!-- TMPL_IF NAME="kohafield" 
--><!-- TMPL_VAR NAME="kohafield" --><!-- TMPL_ELSE --> &nbsp;<!--/TMPL_IF -->
!                                       </td>
!                                       <td>
!                                               <!-- TMPL_IF NAME="repeatable" 
-->repeatable<!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF -->
!                                       </td>
!                                       <td>
!                                               <!-- TMPL_IF NAME="mandatory" 
-->Mandatory<!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF -->
!                                       </td>
!                                       <td>
!                                               <!-- TMPL_IF NAME="seealso" 
-->See<!-- TMPL_ELSE -->&nbsp;<!--/TMPL_IF -->
!                                       </td>
!                                       <td>
!                                               <!-- TMPL_IF 
NAME="authorised_value" --><!-- TMPL_VAR NAME="authorised_value" --><!-- 
TMPL_ELSE --> &nbsp;<!--/TMPL_IF -->
!                                       </td>
!                                       <td>
!                                               <!-- TMPL_IF 
NAME="authtypecode" --><!-- TMPL_VAR NAME="authtypecode" --><!-- TMPL_ELSE --> 
&nbsp;<!--/TMPL_IF -->
!                                       </td>
!                                       <td>
!                                               <!-- TMPL_IF 
NAME="value_builder" --><!-- TMPL_VAR NAME="value_builder" --><!-- TMPL_ELSE 
--> &nbsp;<!--/TMPL_IF -->
!                                       </td>
!                                       <td>
!                                               Tab:<!-- TMPL_VAR NAME="tab" -->
                                        </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>
***************
*** 192,195 ****
--- 210,214 ----
                <th>Edit</th>
                <th>Delete</th>
+       </tr>
        <!-- TMPL_LOOP NAME="loop" -->
        <tr valign="top" bgcolor="<!-- TMPL_VAR NAME="bgcolor" -->">
***************
*** 223,226 ****
--- 242,250 ----
  <!--/TMPL_IF -->
        </form>
+ <script language="javascript" type="text/javascript">
+       function ChangeDisplay(checkbox) {
+               window.
+       }
+ </script>
  </div>
  <!-- /TMPL_IF -->




reply via email to

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