[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/help/admin ... [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/help/admin ... [rel_2_2] |
Date: |
Wed, 15 Mar 2006 05:15:52 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/03/15 05:15:52
Modified files:
koha-tmpl/intranet-tmpl/npl/en/help/admin:
marc_subfields_structure.tmpl
Log message:
adding information about new visibility feature to help file
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
Patches:
Index:
koha/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl
diff -u
koha/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl:1.1.2.2
koha/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl:1.1.2.3
---
koha/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl:1.1.2.2
Thu Mar 31 20:13:56 2005
+++
koha/koha-tmpl/intranet-tmpl/npl/en/help/admin/marc_subfields_structure.tmpl
Wed Mar 15 05:15:52 2006
@@ -16,7 +16,32 @@
<li>Text for librarian : what appears before the subfield in the librarian
interface</li>
<li>Text for OPAC : what appears before the field in the OPAC. If empty, the
text for librarian is used instead</li>
<li>Managed in tab : deals with the tab where the subfield is shown. Ignore
means that the subfield is not managed. All subfields of a given field must be
in the same tab or ignored : 1st it's more logic, 2nd, Koha would be confused
to repeat repeatable fields otherwise !!!</li>
-<li>hidden : means that the field is managed, but NOT shown in opac. It's
usually for internal fields</li>
+<li>hidden : allows you to select from 19 possible visibility conditions, 17
of which are implemented. They are the following:</li>
+<code><br />
+( ! means 'not visible' or in the case of Collapsed 'not
+Collapsed')
+<br /><br />
+ -9 => Flag<br />
+ -8 => OPAC Intranet !Editor !Collapsed<br />
+ -7 => OPAC Intranet !Editor Collapsed<br />
+ -6 => OPAC !Intranet !Editor !Collapsed<br />
+ -5 => OPAC !Intranet !Editor Collapsed<br />
+ -4 => OPAC !Intranet Editor !Collapsed<br />
+ -3 => OPAC !Intranet Editor Collapsed<br />
+ -2 => OPAC Intranet Editor !Collapsed<br />
+ -1 => OPAC Intranet Editor Collapsed<br />
+ 0 => OPAC Intranet Editor !Collapsed<br />
+ 1 => !OPAC Intranet Editor Collapsed<br />
+ 2 => !OPAC !Intranet Editor !Collapsed<br />
+ 3 => !OPAC !Intranet Editor Collapsed<br />
+ 4 => !OPAC Intranet Editor !Collapsed<br />
+ 5 => !OPAC !Intranet !Editor Collapsed<br />
+ 6 => !OPAC Intranet !Editor !Collapsed<br />
+ 7 => !OPAC Intranet !Editor Collapsed<br />
+ 8 => !OPAC !Intranet !Editor !Collapsed<br />
+ 9 => Future use<br />
+</code>
+
<li>URL : if checked, the subfield is an URL, and can be clicked</li>
<li>Auth value : means the value is not free, but in the authorised value list
of the selected type</li>
<li>thesaurus : means that the value is not free, but can be searched in
authority/thesaurus of the selected category</li>
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/help/admin ... [rel_2_2],
Joshua Ferraro <=