More template cleanup, resident search forms, breadcrumbs menus
authorOwen Leonard <oleonard@myacpl.org>
Fri, 14 Sep 2007 20:24:39 +0000 (15:24 -0500)
committerChris Cormack <crc@liblime.com>
Fri, 14 Sep 2007 22:47:24 +0000 (17:47 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
29 files changed:
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/includes/label-status.inc
koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-bib-search.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-layout.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-template.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manager.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-templates.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/reviews/reviewswaiting.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/acceptorreject.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/breeding.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/import.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/itemslost.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl

index 7b81c50..c3775c8 100644 (file)
@@ -46,6 +46,10 @@ h6 {
        font-weight : bold;
 }
 
+p {
+       margin: .5em 0 .5em 0;
+}
+
 strong {
        font-weight : bold;
 }
@@ -254,7 +258,7 @@ div#header_search ul.link-tabs li.off a {
        padding : 0.1em .5em .2em .5em;
 }
 
-div#circ_search,div#catalog_search,div#patron_search,div#subscription_search {
+div#circ_search,div#catalog_search,div#patron_search,div#subscription_search,div#addbooks_search {
        border : 0;
        border-bottom : 1px solid #FF9900;
        padding : 0 0 .2em 0;
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cataloging-search.inc
new file mode 100644 (file)
index 0000000..9fee1fd
--- /dev/null
@@ -0,0 +1,25 @@
+<!-- Begin Circulation Resident Search Box -->
+<div id="header_search">
+<div id="addbooks_search">
+       <p class="tip">Search the catalog:</p>
+       <form name="search" action="addbooks.pl">
+        <input type="text" name="q"  size="40" class="focus" />
+        <input type="submit" value="Search" />
+       </form>
+</div>
+       <div id="circ_search">
+       <p class="tip">Enter patron card number or partial name:</p>
+       <form action="/cgi-bin/koha/circ/circulation.pl" method="post">
+                       <label for="findborrower"> </label>
+    <input id="findborrower" name="findborrower" size="40" class="focus" type="text" />
+       <input name="branch" value="CPL" type="hidden" />
+    <input name="printer" value="" type="hidden" />
+       <input value="Submit" type="submit" />
+       </form>
+       </div>  
+                       <ul>
+                       <li><a href="/cgi-bin/koha/catalogue/advsearch.pl#addbooks_search">Search the Catalog</a></li>
+                       <li><a href="/cgi-bin/koha/circ/circulation.pl#circ_search">Check Out</a></li>
+                       </ul>   
+</div>
+<!-- End Circulation Resident Search Box -->
\ No newline at end of file
index 88d85ed..6cce2e5 100644 (file)
@@ -1,7 +1,7 @@
 <div class="details" style="width: 43%">
 <table>
-<tr><th>Layout:</th><td><!-- TMPL_IF NAME="active_layout_name" --><!-- TMPL_VAR NAME="active_layout_name" --><!-- TMPL_ELSE --><span class="error">Select a Label Layout</span><!-- /TMPL_IF --> </td></tr>
-<tr><th>Template: </th><td><!-- TMPL_IF NAME="active_template_name" --><!-- TMPL_VAR NAME="active_template_name" --><!-- TMPL_ELSE --><span class="error">Select a Label Template</span><!-- /TMPL_IF --> </td></tr>
-<tr><th>Batch: </th><td><!-- TMPL_IF NAME="batch_id" --><!-- TMPL_VAR NAME="batch_id" --><!-- TMPL_ELSE --><span class="error">Select items to print</span><!-- /TMPL_IF --> </td></tr>
+<tr><th>Layout:</th><td><!-- TMPL_IF NAME="active_layout_name" --><!-- TMPL_VAR NAME="active_layout_name" --><!-- TMPL_ELSE --><span class="error">No Layout Specified: Select a Label Layout</span><!-- /TMPL_IF --> </td></tr>
+<tr><th>Template: </th><td><!-- TMPL_IF NAME="active_template_name" --><!-- TMPL_VAR NAME="active_template_name" --><!-- TMPL_ELSE --><span class="error">No Template Specified: Select a Label Template</span><!-- /TMPL_IF --> </td></tr>
+<tr><th>Batch: </th><td><!-- TMPL_IF NAME="batch_id" --><!-- TMPL_VAR NAME="batch_id" --><!-- TMPL_ELSE --><span class="error">No Batch Specified: Select items to print</span><!-- /TMPL_IF --> </td></tr>
 </table>
 </div>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc
new file mode 100644 (file)
index 0000000..08b4508
--- /dev/null
@@ -0,0 +1,5 @@
+<ul>
+       <li><a href="/cgi-bin/koha/labels/label-home.pl">Label Layouts</a></li>
+       <li><a href="/cgi-bin/koha/labels/label-templates.pl">Label Templates</a></li>
+       <li><a href="/cgi-bin/koha/labels/label-manager.pl">Create or Print Label Batches</a></li>
+</ul>
\ No newline at end of file
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc
new file mode 100644 (file)
index 0000000..a6a3ffb
--- /dev/null
@@ -0,0 +1,15 @@
+<ul>
+       <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools Home</a></li>
+       <li><a href="/cgi-bin/koha/tools/holidays.pl">Holidays</a></li>
+       <li><a href="/cgi-bin/koha/tools/koha-news.pl">News</a></li>
+       <li><a href="/cgi-bin/koha/tools/inventory.pl">Inventory/stocktaking</a></li>
+       <li><a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean borrowers</a></li>
+       <li><a href="/cgi-bin/koha/tools/itemslost.pl">Items lost</a></li>
+       <li><a href="/cgi-bin/koha/tools/export.pl">Export</a></li>
+       <li><a href="/cgi-bin/koha/tools/import.pl">Import</a></li>
+       <li><a href="/cgi-bin/koha/tools/letter.pl">Letters</a></li>
+       <li><a href="/cgi-bin/koha/tools/breeding.pl">Reservoir</a></li>
+       <li><a href="/cgi-bin/koha/labels/labels-home.pl">Labels</a></li>
+       <li><a href="/cgi-bin/koha/tools/overduerules.pl">Overdue Rules</a></li>
+       <li><a href="/cgi-bin/koha/tools/viewlog.pl">Log viewer</a></li>
+</ul>
\ No newline at end of file
index 02a8d6b..1f96b33 100644 (file)
@@ -232,7 +232,7 @@ function confirm_deletion(count) {
 </div>
 </div>
 <div class="yui-b">
-<!-- TMPL_INCLUDE NAME="cat-menu.inc" -->
+<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
 </div>
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index 8958c5e..7bef689 100644 (file)
@@ -1,10 +1,17 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
 <title>Koha &rsaquo; Cataloguing</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<script type="text/javascript">
+       $(document).ready(function() {
+       $('#header_search').tabs();
+ });
+</script>
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
+<!-- TMPL_INCLUDE NAME="cataloging-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Cataloguing</div>
 
 <div id="doc3" class="yui-t2">
    
        <div id="yui-main">
        <div class="yui-b">
 
-       <h1>Koha &rsaquo; Catalogue Maintenance</h1>
        <!-- TMPL_IF name="noitemsfound" -->
                No items found
        <!-- /TMPL_IF -->
        
-<h3>Search Existing Records</h3>
-<div id="addbooks_search">
-       <form name="search" action="addbooks.pl">
-               <p>
-        <label for="q">Search the catalog: </label>
-        <input id="q" type="text"  size="25" name="q" class="focus" />
-        <input type="submit" value="Search" />
-        </p>
-       </form>
-</div>
 <div id="addbooks_add_without_search">
        <!-- TMPL_IF NAME="NOTMARC" -->
                <form action="addbiblio.pl">
                        <input type="submit" value="Add Record Without Search" />
                </form>
        <!-- TMPL_ELSE -->
-               <br />
                <form name="f" action="addbiblio.pl" method="post">
                <h3>Create a Blank Bibliographic Record</h3>
                <p>
@@ -56,7 +51,6 @@
 <!-- display the search results -->
 
 <!-- TMPL_IF NAME="total"-->
-<br />
 <!-- TMPL_VAR NAME="total"--> Results found in catalogue.
 <!-- TMPL_VAR name='pagination_bar'-->
 <div class="searchresults">
 </div>
 </div>
 </div>
-
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index cf8ca21..44260dd 100644 (file)
@@ -31,8 +31,5 @@
        </div>
 </form>
 </div>
-</div>
-</div>
 
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index 0b9903f..abbedcc 100644 (file)
@@ -1,28 +1,30 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo;  Labels</title>
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha &rsaquo;  Labels &rsaquo; Create Layout</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> &rsaquo; Create Layout</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
 
-<h3>Layout Name</h3>
-<input type="textbox" name="layoutname"  size="20" value="<!-- TMPL_VAR NAME="layoutname" -->" />
+<p><label for="layoutname">Layout Name</label>
+<input type="textbox" name="layoutname" id="layoutname" size="20" value="<!-- TMPL_VAR NAME="layoutname" -->" /></p>
 
-<h3>Choose Order Of Fields to Print</h3>
+<p><label for="tx_title">Choose Order Of Fields to Print</label></p>
 
 <table summary="fields to print">
 <tr>
         <td>
-        <select name="tx_title">
+        <select name="tx_title" id="tx_title">
         <option value="0" selected="selected"></option>
         <option value="1">1</option>
         <option value="2">2</option>
   </tr>
 </table>
 
-<h3>Choose Barcode Type</h3>
-<select name="barcodetype">
+<p><label for="barcodetype">Choose Barcode Type</label>
+<select name="barcodetype" id="barcodetype">
     <!-- TMPL_LOOP NAME="barcode_types" -->
        <!-- TMPL_IF NAME="active" --><option value="<!-- TMPL_VAR NAME="code" -->" selected="selected"><!-- TMPL_VAR NAME="desc" --></option>
        <!-- TMPL_ELSE -->
         <option value="<!-- TMPL_VAR NAME="code" -->"><!-- TMPL_VAR NAME="desc" --></option>
                <!-- /TMPL_IF -->
     <!-- /TMPL_LOOP -->
-</select>
+</select></p>
 
-<h3>Choose Layout Type</h3>
-<select name="printingtype">
+<p><label for="printingtype">Choose Layout Type</label>
+<select name="printingtype" id="printingtype">
     <!-- TMPL_LOOP NAME="printingtypes" -->
        <!-- TMPL_IF NAME="active" -->
         <option value="<!-- TMPL_VAR NAME="code" -->" selected="selected"><!-- TMPL_VAR NAME="desc" --></option>
         <option value="<!-- TMPL_VAR NAME="code" -->"><!-- TMPL_VAR NAME="desc" --></option>
        <!-- /TMPL_IF -->
     <!-- /TMPL_LOOP -->
-</select>
-
-<h3>Start printing from Label number:<input type="textbox" name="startlabel"  size="2" value="1" /></h3>
+</select></p>
+<p>
+<label for="name="startlabel">Start printing from Label number:<input type="textbox" name="startlabel" id="startlabel" size="2" value="1" /></label></p>
 
 
-<h3>Draw Guide Boxes<input type="checkbox" name="guidebox" value="1" /></h3>
-        <input type="submit" value="Submit" />
-               <input type="hidden" name="op" value="add_layout" />
+<p><label for="guidebox">Draw Guide Boxes<input type="checkbox" id="guidebox" name="guidebox" value="1" /></label></p>
+<p>            <input type="hidden" name="op" value="add_layout" />
+        <input type="submit" value="Submit" /></p>
 </form>
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index e2d517c..b89dccc 100644 (file)
@@ -3,13 +3,15 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <form name="input" action="/cgi-bin/koha/labels/label-create-template.pl" method="get">
 
@@ -60,7 +62,8 @@ Active: <input type="checkbox" name="active" />
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index 01d41cc..86ad6c7 100644 (file)
@@ -3,13 +3,15 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="label-topmenu.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <form name="input" action="/cgi-bin/koha/labels/label-manager.pl" method="get">
 
         <input type="hidden" name="layout_id" value="<!-- TMPL_VAR NAME="layout_id" -->" />
 </p>
 </form>
+
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index f5b922b..7b78193 100644 (file)
@@ -3,24 +3,27 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <form name="input" action="/cgi-bin/koha/labels/label-save-template.pl" method="get">
 
 <h3>Edit Label Template</h3>
 
 <h3>Template Settings</h3>
-<table>
 
-Template ID: <!-- TMPL_VAR NAME="tmpl_id" --> <br />
+<p>Template ID: <!-- TMPL_VAR NAME="tmpl_id" --> <br />
 Template Code: <input type="text"  size="40" name="tmpl_code" value="<!-- TMPL_VAR NAME="tmpl_code" -->" /><br />
-Template Description: <textarea name="tmpl_desc" cols="40" rows="3" name="tmpl_desc"><!-- TMPL_VAR NAME="tmpl_desc" --></textarea><br />
+Template Description: <textarea name="tmpl_desc" cols="40" rows="3" name="tmpl_desc"><!-- TMPL_VAR NAME="tmpl_desc" --></textarea><br /></p>
+
+<table>
 
 <tr>
         <td>Page Width:</td><td><input type="text"  size="4" name="page_width"  value="<!-- TMPL_VAR NAME="page_width" -->" /></td>
@@ -42,8 +45,6 @@ Template Description: <textarea name="tmpl_desc" cols="40" rows="3" name="tmpl_d
         <td>Gap between Columns:</td><td><input type="text" size="4" name="colgap"  value="<!-- TMPL_VAR NAME="colgap" -->" /></td>
         <td>Gap between Rows:</td><td><input type="text" size="4" name="rowgap"  value="<!-- TMPL_VAR NAME="rowgap" -->" /></td>
 
-
-
 </tr>
 </table>
 
@@ -67,14 +68,15 @@ Active:
 <!-- /TMPL_IF -->
         <input type="hidden" name="tmpl_id" value="<!-- TMPL_VAR NAME="tmpl_id" -->" />
 <p>
-<p>
         <input type="submit" value="Save" />
         <input type="reset" value="Reset" />
 </p>
 </form>
+
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index 31c1b2e..b85f93b 100644 (file)
@@ -3,13 +3,15 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
 
         <td>
                 <a href="/cgi-bin/koha/label-home.pl?op=delete_layout&layout_id=<!-- TMPL_VAR NAME="id"-->">Delete</a>
         </td>
-<td>
-<input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->"  
-                <!-- TMPL_IF NAME="active" -->
- checked
-                <!-- /TMPL_IF -->
- >
+<td> <!-- TMPL_IF NAME="active" -->
+<input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" checked="checked" />
+<!-- TMPL_ELSE -->
+<input type="radio" name="layout_id" value="<!-- TMPL_VAR NAME="id" -->" />
+<!-- /TMPL_IF -->
         </td>
 </tr>
 
 <!-- /TMPL_LOOP -->
-<tr><td colspan="7" align="right">
-     <input type="submit" value="Set Active Layout">
-        <input type="hidden" name=op value="set_active_layout">
+<tr><td colspan="7">
+     <input type="submit" value="Set Active Layout" />
+        <input type="hidden" name=op value="set_active_layout" />
 </table>
 </form>
 <!-- /TMPL_IF -->
@@ -62,7 +63,8 @@
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index 9276d3f..d3beaf7 100644 (file)
@@ -8,13 +8,15 @@ function Plugin(batch_id) {
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
 
@@ -107,13 +109,8 @@ function Plugin(batch_id) {
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
-
-
-
-
-
-
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index a4574cd..bbf9898 100644 (file)
@@ -3,13 +3,15 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-labels.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <!-- TMPL_INCLUDE NAME="label-status.inc" -->
 
@@ -61,7 +63,8 @@
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index dd15f9b..76d96b9 100644 (file)
@@ -4,13 +4,15 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!--TMPL_INCLUDE NAME="menu-reviews.inc" -->
+<!--TMPL_INCLUDE NAME="cat-search.inc" -->
+
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Reviews Waiting for Approval</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <h1>Reviews</h1>
 
@@ -43,8 +45,8 @@
             <!-- TMPL_VAR NAME="review" -->
         </td>
         <td>
-            <a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<!-- TMPL_VAR NAME="reviewid" -->">Approve</a> |
-            <a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<!-- TMPL_VAR NAME="reviewid" -->">Delete</a>
+            <a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&amp;reviewid=<!-- TMPL_VAR NAME="reviewid" -->">Approve</a> |
+            <a href="/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&amp;reviewid=<!-- TMPL_VAR NAME="reviewid" -->">Delete</a>
         </td>
     </tr>
     <!-- /TMPL_LOOP -->
@@ -57,5 +59,4 @@
 </div>
 </div>
 
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 8f547de..a256330 100644 (file)
@@ -1,5 +1,5 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Suggestion Management</title>
+<title>Koha &rsaquo; Suggestions Management</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <script type="text/JavaScript">
  // <![CDATA[
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Suggestions Management</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
     <h1>Suggestions Management</h1>
     
@@ -63,7 +64,7 @@
     <!-- TMPL_IF NAME="suggestions_loop" -->
     <b>Waiting suggestion,</b> accept or reject these suggestions with a reason.
     <form name="f" method="post" action="/cgi-bin/koha/suggestion/acceptorreject.pl">
-    <input type="hidden" name="op" value="aorr_confirm">
+    <input type="hidden" name="op" value="aorr_confirm" />
     <table>
         <tr>
             <th>Status</th>
             </tr>
         <!-- /TMPL_LOOP -->
         </table>
-        <input type="submit" value="Change Status">
+        <input type="submit" value="Change Status" />
 </form>
 <!-- TMPL_ELSE -->
     <b>No waiting suggestion to accept or reject.</b>
 </div>
 </div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
index 23ae7f5..7e3cd21 100644 (file)
@@ -1,17 +1,18 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Cataloging &rsaquo; MARC Import</title>
+<title>Koha &rsaquo; Tools &rsaquo; MARC Import</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>  &rsaquo; Marc Import</i></div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <h1>MARC acquisition system</h1>
 <h4>Import into the reservoir</h4>
@@ -38,7 +39,7 @@
        <tr>
                <th scope="row"><label for="uploadmarc">Select the file to import: </label></th>
                <td>
-                       <input type="file" id="uploadmarc" name="uploadmarc" /><br />
+                       <input type="file" id="uploadmarc" name="uploadmarc" />
                </td>
        </tr>
        <tr>
@@ -65,7 +66,8 @@
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index b81a6e5..4fff318 100644 (file)
@@ -1,13 +1,7 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Tools &rsaquo; Clean Borrowers</title>
+<title>Koha &rsaquo; Tools &rsaquo; Clean Patron Records</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<!-- Additions to enable Calendar system -->
-<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-system.css" />
-<!-- End of additions --><!-- Additions to enable Calendar system -->
-<script type="text/javascript" src="<!-- TMPL_VAR name='themelang' -->/lib/calendar/calendar.js"></script>
-<script type="text/javascript" src="<!-- TMPL_VAR name='themelang' -->/lib/calendar/calendar-en.js"></script>
-<script type="text/javascript" src="<!-- TMPL_VAR name='themelang' -->/lib/calendar/calendar-setup.js"></script>
-<!-- End of additions -->
+<!-- TMPL_INCLUDE NAME="calendar.inc" -->
 <script type="text/javascript" language="JavaScript">
 // <![CDATA[
         /**
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>  &rsaquo; Clean Patron Records</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
-<h1>Delete some old borrowers/Anonymize some issue history</h1>
+<h1>Delete some old patrons/Anonymize some issue history</h1>
 
 <!-- TMPL_IF NAME="step1" -->
 <!-- step 1 START -->
             </script>
             
             <br />
-            <input type="submit" value=" OK " style="float:right;" />
+            <input type="submit" value="OK" />
             
             <!-- hidden here -->
             <input type="hidden" name="step2" value="1" />
+                       </fieldset>
     </form>
 </div>
 <!-- step 1 END -->
     <fieldset>
         <legend>Warnings</legend>
         <b>
-        <!-- TMPL_IF NAME="totalToDelete" --><!-- TMPL_VAR NAME="totalToDelete" --> <!-- TMPL_ELSE -->0 <!-- /TMPL_IF --> borrowers will be deleted.
+        <!-- TMPL_IF NAME="totalToDelete" --><!-- TMPL_VAR NAME="totalToDelete" --> <!-- TMPL_ELSE -->0 <!-- /TMPL_IF --> patrons will be deleted.
         <br />
         <!-- TMPL_IF NAME="totalToAnonymize" --><!-- TMPL_VAR NAME="totalToAnonymize" --> <!-- TMPL_ELSE -->0 <!-- /TMPL_IF --> issue history will be anonymized.
 
         <br />
         <form name="f2" action="/cgi-bin/koha/tools/cleanborrowers.pl" method="post" onsubmit="return checkForm2(this);">
             <!-- TMPL_IF NAME="totalToDelete" -->
-                What do you want to do for deleted members ?<br />
-                <label for="delete">Delete completly theses members</label>
+                What do you want to do for deleted patrons ?<br />
+                <label for="delete">Delete completly theses patrons</label>
                 <input id="delete" type="radio" name="radio" value="delete" checked="checked" />
                 
-                <label for="trash">Move to trash theses members</label>
+                <label for="trash">Move to trash theses patrons</label>
                 <input id="trash" type="radio" name="radio" value="trash" />
                 <input type="hidden" name="do_delete" value="<!-- TMPL_VAR NAME="totalToDelete" -->" />
                 <br />
             <!-- /TMPL_IF -->
             <!--TMPL_IF NAME="totalToAnonymize"-->
                 <br />
-                Are you sure you want to anonymize issue history for <!-- TMPL_VAR NAME="totalToAnonymize"--> borrowers ?
+                Are you sure you want to anonymize issue history for <!-- TMPL_VAR NAME="totalToAnonymize"--> patrons ?
                 <input type="hidden" name="do_anonym" value="<!-- TMPL_VAR NAME="totalToAnonymize" -->" />
             <!-- /TMPL_IF -->
             <br /><br />
             <a href="JavaScript:back();" title="go back">Cancel</a>
-            <input type="submit" value=" OK " style="float:right;" />
+            <input type="submit" value=" OK " />
             
             <input type="hidden" name="step3" value="1" />
             <input type="hidden" name="filterdate1" value="<!-- TMPL_VAR NAME="filterdate1" -->" />
           <b>
           <!-- TMPL_IF NAME="do_delete" -->
                 <!-- TMPL_IF NAME="trash" -->
-                    <!-- TMPL_VAR NAME="TotalDel" --> borrowers have been successfuly moved to trash.
+                    <!-- TMPL_VAR NAME="TotalDel" --> patrons have been successfuly moved to trash.
                 <!-- TMPL_ELSE -->
-                    <!-- TMPL_VAR NAME="TotalDel" --> borrowers have been successfuly deleted.
+                    <!-- TMPL_VAR NAME="TotalDel" --> patrons have been successfuly deleted.
                 <!-- /TMPL_IF -->
             <!-- /TMPL_IF -->
             <!-- TMPL_IF NAME="do_anonym" -->
-                All user which issue's history older than <!-- TMPL_VAR NAME="filterdate1" --> has been anonimized.
+                All patrons whose issue history older than <!-- TMPL_VAR NAME="filterdate1" --> has been anonimized.
             <!-- /TMPL_IF -->
           </b>
     </div>
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index d42dea6..eeed23c 100644 (file)
@@ -1,19 +1,19 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; MARC biblio export</title>
+<title>Koha &rsaquo; MARC Export</title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; MARC Export</div>
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
-<h1>Select biblios to export</h1>
 <p>
     <b>Note : The items are exported by this tool unless specified.</b>
 </p>
 <form method="post" action="/cgi-bin/koha/tools/export.pl">
     <fieldset>
     <legend>
-        Records
+        Select Records to Export
     </legend>
         <p>
             <label for="start">from biblio number</label>
             <input id="start" type="text" name="StartingBiblionumber" size="5" />
-        <p>
         </p>
+        <p>
             <label for="end">to biblio number :</label>
             <input id="end" type="text" name="EndingBiblionumber" size="5" />
         </p>
         
         <p>
-            <label for="itemtypes" >Document type</label>
-            <select name="itemtype">
+            <label for="itemtype" >Document type</label>
+            <select name="itemtype" id="itemtype">
                 <option value="">-- All --</option>
                 <!-- TMPL_LOOP NAME="itemtypeloop" -->
                                <!-- TMPL_IF name="selected" -->
@@ -94,7 +94,7 @@
             format.
         </p>
         <p>
-        <label for="filename">Filename:</label><input id="filename" tyle=text" name="filename" value="koha.mrc" />
+        <label for="filename">Filename:</label><input id="filename" type="text" name="filename" value="koha.mrc" />
         </p>
     </fieldset>
     <input type="hidden" name="op" value="export" />
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 9405774..37b2750 100644 (file)
@@ -4,7 +4,6 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
 
 <!-- ******************************** FLAT PANELS ******************************************* -->
 <!-- *****           Makes all the flat panel to deal with holidays                     ***** -->
index 8bc50ce..0d26d43 100644 (file)
@@ -4,13 +4,12 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
-
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <h1>MARC acquisition system</h1>
 <h4>Import into the reservoir</h4>
@@ -64,7 +63,8 @@
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index cf74e93..30bcec5 100644 (file)
@@ -17,7 +17,7 @@
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
     <h1>Inventory/Stocktaking</h1>
     <form method="post">
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 6e7ec18..5625d8c 100644 (file)
@@ -4,14 +4,13 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <h1>Items lost</h1>
 
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index cf08ea5..809222d 100644 (file)
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
-
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 
 <div id="koha-news_main" class="searchresults">
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index bb99ed0..4793258 100644 (file)
@@ -4,14 +4,13 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
        <!-- TMPL_IF NAME="else" -->
                <form action="/cgi-bin/koha/tools/letter.pl" method="post">
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 2e3c8d5..82cc5c2 100644 (file)
@@ -4,14 +4,13 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
        <h1>Defining <!-- TMPL_IF NAME="branch" -->overdue actions for <!-- TMPL_VAR NAME="branch" --><!-- TMPL_ELSE -->default overdue actions<!-- /TMPL_IF --></h1>
        <div class="help">
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 992d36d..b70566b 100644 (file)
@@ -4,14 +4,13 @@
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
-
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <h1>Koha tools</h1>
 
@@ -65,7 +64,8 @@
 
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
index 52f0746..2f9e231 100644 (file)
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
+<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
 
 
-<!-- TMPL_INCLUDE NAME="menu-tools.inc" -->
-
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
        <div id="yui-main">
-       <div class="yui-b"><div class="yui-g">
+       <div class="yui-b">
 
 <h1>Browse system logs</h1>
 
     </table>
 </div>
 </div>
+<div class="yui-b">
+<!-- TMPL_INCLUDE NAME="tools-menu.inc" -->
+</div>
 </div>
-
-<!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->