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 auth_


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters auth_subfields_structure.tmpl,1.3,1.4 authtypes.tmpl,1.2,1.3 marc_subfields_structure.tmpl,1.31,1.32
Date: Thu, 10 Jun 2004 01:29:39 -0700

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

Modified Files:
        auth_subfields_structure.tmpl authtypes.tmpl 
        marc_subfields_structure.tmpl 
Log Message:
MARC authority management (continued)

Index: auth_subfields_structure.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/auth_subfields_structure.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** auth_subfields_structure.tmpl       3 Jun 2004 10:22:22 -0000       1.3
--- auth_subfields_structure.tmpl       10 Jun 2004 08:29:36 -0000      1.4
***************
*** 35,39 ****
                                <label>Text for OPAC</label> <input type=text 
name="libopac" value="<!-- TMPL_VAR name="libopac" -->" size=40 maxlength=80>
                        </p>
!                       <p><label>&nbsp;</label><label>Managed in tab</label> 
<!-- TMPL_VAR name="tab" --> (ignore means that the subfield is NOT managed by 
Koha)</p>
                        <p><label>&nbsp;</label><!-- TMPL_VAR name="hidden" --> 
hidden (subfield is managed, but hidden. -should be filled by a plugin or 
thesaurus-)</p>
                        <p><label>&nbsp;</label><!-- TMPL_VAR name="isurl" --> 
URL (if checked, it means that the subfield is an URL and can be clicked</p>
--- 35,39 ----
                                <label>Text for OPAC</label> <input type=text 
name="libopac" value="<!-- TMPL_VAR name="libopac" -->" size=40 maxlength=80>
                        </p>
!                       <p><label>&nbsp;</label><label>Managed</label> <!-- 
TMPL_VAR name="tab" --></p>
                        <p><label>&nbsp;</label><!-- TMPL_VAR name="hidden" --> 
hidden (subfield is managed, but hidden. -should be filled by a plugin or 
thesaurus-)</p>
                        <p><label>&nbsp;</label><!-- TMPL_VAR name="isurl" --> 
URL (if checked, it means that the subfield is an URL and can be clicked</p>
***************
*** 104,109 ****
                        <i>subfield ignored</i>
                <!-- TMPL_ELSE -->
!                       Tab :<!-- TMPL_VAR name="tab" -->,
!                       <!-- 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 -->
--- 104,108 ----
                        <i>subfield ignored</i>
                <!-- TMPL_ELSE -->
!                       Managed, <!-- 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 -->

Index: authtypes.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/authtypes.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** authtypes.tmpl      3 Jun 2004 10:22:22 -0000       1.2
--- authtypes.tmpl      10 Jun 2004 08:29:36 -0000      1.3
***************
*** 74,77 ****
--- 74,81 ----
                                <input type=text name="authtypetext" size=40 
maxlength=80 value='<!-- TMPL_VAR name="authtypetext" escape=HTML -->'>
                        </p>
+                       <p>
+                               <label class="label100">Summary</label>
+                               <textarea name="summary" cols="40" 
rows="10"><!-- TMPL_VAR name="summary" --></textarea>
+                       </p>
                        <p><label class="label100">Report tag</label>
                                <input type="text" name="auth_tag_to_report" 
size=5 maxlength=3 value="<!-- TMPL_VAR name="auth_tag_to_report">">
***************
*** 113,116 ****
--- 117,121 ----
                <th class="parameters">Code</th>
                <th class="parameters">Description</th>
+               <th class="parameters">summary</th>
                <th class="parameters">Tag reported</th>
                <th class="parameters">&nbsp;</th>
***************
*** 122,125 ****
--- 127,131 ----
                <td>Default framework</td>
                <td>&nbsp;</td>
+               <td>&nbsp;</td>
                <td><a href="auth_tag_structure.pl" class="button 
parameters">MARC structure</td>
                <td>&nbsp;</td>
***************
*** 131,134 ****
--- 137,141 ----
                        <td><!-- TMPL_VAR name="authtypecode" --></td>
                        <td><!-- TMPL_VAR name="authtypetext" --></td>
+                       <td><!-- TMPL_VAR name="summary" --></td>
                        <td><!-- TMPL_VAR name="auth_tag_to_report" --></td>
                        <td><a href="auth_tag_structure.pl?authtypecode=<!-- 
TMPL_VAR name="authtypecode" -->" class="button parameters" >MARC 
structure</a></td>

Index: marc_subfields_structure.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marc_subfields_structure.tmpl,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** marc_subfields_structure.tmpl       3 Jun 2004 10:22:22 -0000       1.31
--- marc_subfields_structure.tmpl       10 Jun 2004 08:29:36 -0000      1.32
***************
*** 43,47 ****
                        <p>
                                <label>&nbsp;</label><label>Auth value:</label> 
<!-- TMPL_VAR name="authorised_value" -->
!                               or thesaurus: <!-- TMPL_VAR 
name="thesaurus_category" -->
                                or plugin: <!-- TMPL_VAR name="value_builder" 
-->
                        </p>
--- 43,47 ----
                        <p>
                                <label>&nbsp;</label><label>Auth value:</label> 
<!-- TMPL_VAR name="authorised_value" -->
!                               or thesaurus: <!-- TMPL_VAR name="authtypes" -->
                                or plugin: <!-- TMPL_VAR name="value_builder" 
-->
                        </p>
***************
*** 117,121 ****
                        <!-- TMPL_IF name="isurl" -->is an url,<!-- /TMPL_IF -->
                        <!-- TMPL_IF name="authorised_value" --> Auth value 
:<!-- TMPL_VAR name="authorised_value" -->,<!-- /TMPL_IF -->
!                       <!-- TMPL_IF name="thesaurus_category" --> Thesaurus 
:<!-- TMPL_VAR name="thesaurus_category" -->,<!-- /TMPL_IF -->
                        <!-- TMPL_IF name="value_builder" -->Plugin :<!-- 
TMPL_VAR name="value_builder" -->,<!-- /TMPL_IF -->
                <!-- /TMPL_IF -->
--- 117,121 ----
                        <!-- TMPL_IF name="isurl" -->is an url,<!-- /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 -->
                <!-- /TMPL_IF -->




reply via email to

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