koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui acqu... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/acqui acqu... [rel_3_0]
Date: Thu, 25 Jan 2007 09:40:19 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/25 09:40:19

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/acqui: acqui-home.tmpl 

Log message:
        reordering acqui-home (to have suggestions at the same level as 
ordering)
        some cleaning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.5.2.5&r2=1.5.2.6

Patches:
Index: acqui-home.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl,v
retrieving revision 1.5.2.5
retrieving revision 1.5.2.6
diff -u -b -r1.5.2.5 -r1.5.2.6
--- acqui-home.tmpl     8 Jan 2007 15:44:03 -0000       1.5.2.5
+++ acqui-home.tmpl     25 Jan 2007 09:40:18 -0000      1.5.2.6
@@ -4,24 +4,36 @@
 
 <h1>Acquisitions</h1>
 <div id="acqui_acqui_home_order">
+    <fieldset>
+        <legend>Start, recieve, or modify any order</legend>
        <!-- TMPL_IF name="nobudget" -->
                <span class="problem">You must define a budget in 
parameters</span>
                <form name="findsupplier" 
action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
-                       <h2>Start, recieve, or modify any order</h2>
                        <p><label for="supplier">Supplier </label><input 
type="text" size="25" name="supplier" id="supplier" />
                        <input type="submit" value="Search" />
                        </p>
                </form>
        <!-- TMPL_ELSE -->
                <form name="findsupplier" 
action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
-                       <h2>Start, recieve, or modify any order</h2>
                        <p><label for="supplier">Supplier </label><input 
type="text" size="25" name="supplier" id="supplier" />
                        <input type="submit" value="Search" />
                        </p>
                </form>
        <!-- /TMPL_IF -->
+    </fieldset>
+</div>
+<div id="acqui_acqui_home_suggestions">
+    <fieldset>
+    <legend>Pending suggestions</legend>
+        <!-- TMPL_IF name="suggestion" -->
+            <!--TMPL_VAR NAME="suggestion" --> suggestions waiting <a 
href="/cgi-bin/koha/suggestion/acceptorreject.pl">Manage suggestions</a>
+        <!-- TMPL_ELSE -->
+            <p>No suggestions waiting</p>
+        <!-- /TMPL_IF -->
+    </fieldset>
 </div>
 
+
 <div id="acqui_acqui_home_currency">
 <!-- TMPL_IF NAME="loop_currency" -->
        <h2>Exchange rates</h2>
@@ -52,19 +64,11 @@
 <!-- /TMPL_IF -->
 </div>
 
-<div id="acqui_acqui_home_suggestions">
-       <h2>Pending Suggestions</h2>
-               <!-- TMPL_IF name="suggestion" -->
-                       <!--TMPL_VAR NAME="suggestion" --> suggestions waiting 
<a href="/cgi-bin/koha/suggestion/acceptorreject.pl">Manage suggestions</a>
-               <!-- TMPL_ELSE -->
-                       <p>No suggestions waiting</p>
-               <!-- /TMPL_IF -->
-</div>
-
 <div id="acqui_acqui_home_budgets">
        <!-- TMPL_IF name="nobudget" -->
        <!-- TMPL_ELSE -->
-       <h2><a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage 
Bookfunds ]">Budgets and Bookfunds</a></h2>
+    <h2>Budgets and Bookfunds</h2>
+    <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage Bookfunds ]">[ 
Manage ]</a>
        <table>
                <tr>
                        <th>Budgets</th>
@@ -89,7 +93,8 @@
                        <td><!-- TMPL_VAR name="totcomtd" --></td>
                        <td><!-- TMPL_VAR name="totavail" --></td>
                </tr>
-       </table><!-- /TMPL_IF -->
+    </table>
+    <!-- /TMPL_IF -->
 </div>
 <div id="acqui_acqui_home_hints">
        <p>Use your reload button [ctrl + r] to get the most recent figures.




reply via email to

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