[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/parameters ... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Mon Feb 6 22:38:26 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/02/06 21:38:26

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/parameters: admin-home.tmpl 

Log message:
	Synching with default and updating HTML structure

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/admin-home.tmpl.diff?only_with_tag=rel_2_2&tr1=1.2.2.3&tr2=1.2.2.4&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/parameters/admin-home.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/parameters/admin-home.tmpl:1.2.2.3 koha/koha-tmpl/intranet-tmpl/npl/en/parameters/admin-home.tmpl:1.2.2.4
--- koha/koha-tmpl/intranet-tmpl/npl/en/parameters/admin-home.tmpl:1.2.2.3	Wed Aug  3 17:19:05 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/parameters/admin-home.tmpl	Mon Feb  6 21:38:26 2006
@@ -4,105 +4,111 @@
 
 <div id="main">
 <h1>Koha Administration</h1>
+
+<!-- TMPL_IF name="CAN_user_parameters" -->
+<div class="menu">
+<h2>System Preferences</h2>
+<dl>
+	<dt><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></dt>
+	<dd>Change essential system preferences like MARC flavor, date format, administrator e-mail, and templates.</dd>
+</dl>
+</div>
+<!-- /TMPL_IF -->
+
+<!-- TMPL_IF name="CAN_user_management" -->
+<div class="menu">
+<h2>System parameters</h2>
+<div class="help"><p>For best results, configure these parameters in the order they appear</p></div>
+<dl>
+<!-- TMPL_IF name="CAN_user_parameters" -->	
+	<dt><a href="/cgi-bin/koha/admin/branches.pl">Library branches</a></dt>
+	<dd>The different branches you manage with this Koha server.</dd>
+<!-- /TMPL_IF -->
+<!-- TMPL_IF name="CAN_user_management" -->
+	<dt><a href="/cgi-bin/koha/admin/aqbookfund.pl">Book funds</a></dt>
+	<dd>Book fund administration. Remember to edit your book funds before you start editing the budgets.</dd>
+	
+	<dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></dt>
+	<dd>Define exchange rates.</dd>
+	
+	<dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt>
+	<dd>Define item types.</dd>
+	
+	<dt><a href="/cgi-bin/koha/admin/categorie.pl">Borrower categories</a></dt>
+	<dd>Define the categories of borrowers.</dd>
+	
+	<dt><a href="/cgi-bin/koha/admin/issuingrules.pl">Issuing rules</a></dt>
+	<dd>Define issuing rules for branches / borrowers / item types (nb of issues, duration, cost...)</dd>
+	
+	<dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></dt>
+	<dd>Define categories and authorised values for them. Authorised values are used in MARC form to limit and help editing MARC biblios.</dd>
+<!-- /TMPL_IF -->
+<!-- TMPL_IF name="CAN_user_parameters" -->	
+	<dt><a href="/cgi-bin/koha/admin/authtypes.pl">Thesaurus Structure</a></dt>
+	<dd>Define categories and thesaurus/authority MARC structure.</dd>
+	
+	<dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">Biblio framework (MARC structure)</a></dt>
+	<dd>The frameworks defined for the MARC editor. Create frameworks, then define the MARC structure (fields &amp; subfields)</dd>
+	
+	<dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Links Koha - MARC DB</a></dt>
+	<dd>Define links between the Koha standard DB and the MARC one. Note those links can be defined through MARC structure. This tool is just a shortcut to speed up linkage.</dd>
+	
+	<dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Check</a></dt>
+	<dd>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</dd>
+<!-- /TMPL_IF -->
+</dl>
+</div>
+<!-- /TMPL_IF -->
+
+<div class="menu">
+<h3>Various parameters</h3>
+<dl>
+	<!-- TMPL_IF name="CAN_user_parameters" -->
+	<dt><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></dt>
+	<dd>Printers (UNIX paths).</dd>
+	<!-- /TMPL_IF -->	
+	<!-- TMPL_IF name="CAN_user_management" -->
+	<dt><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></dt>
+	<dd>Words ignored during searches.	<!-- TMPL_UNLESS name="stopwords" --><span class="error">WARNING: You must define at least one stop word to avoid errors</span><!-- /TMPL_UNLESS --></dd>
+<!-- /TMPL_IF -->	
+	<!-- TMPL_IF name="CAN_user_parameters" -->
+	<dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Servers</a></dt>
+	<dd>Servers to query for MARC data.</dd>
+<!-- /TMPL_IF -->
+</dl>
+</div>
+
+<!-- TMPL_IF name="CAN_user_tools" -->
 <div class="menu">
-<table>
-<caption>System Preferences</caption>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/systempreferences.pl">System preferences</a></th>
-	<td>Change essential system preferences like MARC flavor, date format, administrator e-mail, and templates.</td>
-</tr>
-</table>
-<table>
-<caption>System parameters </caption>
-<tr>
-<th class="header" colspan="2">For best results, configure these parameters in the order they appear</th>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/branches.pl">Library branches</a></th>
-	<td>The different branches you manage with this Koha server.</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/aqbookfund.pl">Book funds</a></th>
-	<td>Book fund administration. Remember to edit your book funds before you start editing the budgets.</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/currency.pl">Currencies</a></th>
-	<td>Define exchange rates.</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></th>
-	<td>Define item types.</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/categorie.pl">Borrower categories</a></th>
-	<td>Define the categories of borrowers.</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/issuingrules.pl">Issuing rules</a></th>
-	<td>Define issuing rules for branches / borrowers / item types (nb of issues, duration, cost...)</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorised values</a></th>
-	<td>Define categories and authorised values for them. Authorised values are used in MARC form to limit and help editing MARC biblios.</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/authtypes.pl">Thesaurus Structure</a></th>
-	<td>Define categories and thesaurus/authority MARC structure.</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/biblio_framework.pl">Biblio framework (MARC structure)</a></th>
-	<td>the frameworks defined for the MARC editor. Create frameworks, then define the MARC structure (fields &amp; subfields)</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Links Koha - MARC DB</a></th>
-	<td>Define links between the Koha standard DB and the MARC one. Note those links can be defined through MARC structure. This tool is just a shortcut to speed up linkage.</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Check</a></th>
-	<td>Checks the MARC structure. USE IT before working with real data. It will show mistakes that can BREAK Koha's database!</td></tr>
-
-<tr>
-<th colspan="2" class="header">Various parameters</th>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></th>
-	<td>Printers (UNIX paths).</td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/stopwords.pl">Stop words</a></th>
-	<td>Words ignored during searches.	<p class="error">WARNING: You must define at least one stop word to avoid errors</p></td>
-</tr>
-<tr>
-	<th><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50 Servers</a></th>
-	<td>Servers to query for MARC data.</td>
-</tr>
-</table>
-
-<table>
-	<caption>Tools</caption>
-	<tr>
-	<th colspan="2" class="header">Export</th>
-	</tr>
-	<tr>
-		<th><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></th>
-		<td> Exporting in MARC format.</td>
-	</tr>
-	<tr>
-	<th colspan="2" class="header">Import</th>
-	</tr>
-	<tr>
-		<th><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records to the reservoir</a></th>
-		<td>The reservoir is a table where imported MARC records are stored. A MARC record is stored in the reservoir as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the reservoir. If it is found, the biblio is added to Koha active table.
-		</td>
-	</tr>
-	<th colspan="2" class="header">Barcode generator</th>
-	</tr>
-	<tr>
-		<th><a href="/cgi-bin/koha/barcodes/barcodes.pl">Generate barcodes</a></th>
-		<td>the barcode generator deals with generating barcodes for items you acquire
-		</td>
-	</tr>
-</table>
+<h2>Tools</h2>
+<h3>Export</h3>
+
+<dl>
+	<dt><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></dt>
+	<dd>Exporting in MARC format.</dd>
+</dl>
+</div>
+
+<div class="menu">
+<h3>Import</h3>
+
+<dl>
+	<dt><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records to the reservoir</a></dt>
+	<dd>The reservoir is a table where imported MARC records are stored. A MARC record is stored in the reservoir as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the reservoir. If it is found, the biblio is added to Koha active table.</dd>
+</dl>
+</dl>
 </div>
+
+<div class="menu">
+<h3>Barcode generator</h3>
+<dl>
+	<dt><a href="/cgi-bin/koha/barcodes/barcodes.pl">Generate barcodes</a></dt>
+	<dd>The barcode generator deals with generating barcodes for items you acquire</dd>
+</dl>
+<br clear="all" />
 </div>
+<!-- /TMPL_IF -->
+
+</div>
+
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list