Bug5940: Authority, Labels, Circ help files for 3.4
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / acqui-home.tmpl
index 6974433..02f5f22 100644 (file)
     <!-- /TMPL_IF -->
     </fieldset>
 </div>
+
+<!-- TMPL_IF NAME="suggestion" --><!-- TMPL_IF name="suggestions_count" -->
 <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/suggestion.pl">Manage suggestions</a>
-        <!-- TMPL_ELSE -->
-            <p>No suggestions waiting</p>
-        <!-- /TMPL_IF -->
+        <p><!--TMPL_VAR NAME="suggestions_count" --> suggestions waiting. <a href="/cgi-bin/koha/suggestion/suggestion.pl">Manage suggestions</a>.</p>
     </fieldset>
-</div>
+</div><!-- /TMPL_IF --><!-- /TMPL_IF -->
+
 </div>
 
 <div class="yui-u">
 
         <!-- TMPL_IF name="loop_budget" -->
 
-            <h3>All available budgets<!-- TMPL_IF NAME="branchname" --> for <!-- TMPL_VAR NAME="branchname" --> branch<!-- /TMPL_IF  --></h3>
+            <h3>All available funds<!-- TMPL_IF NAME="branchname" --> for <!-- TMPL_VAR NAME="branchname" --> branch<!-- /TMPL_IF  --></h3>
 
     <!-- <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage funds ]">[ Manage ]</a>
     <a href="/cgi-bin/koha/admin/budgetperiods.pl">manage budgets</a><br><br>  -->
@@ -70,7 +69,7 @@
     <table id="accounts">
         <thead>
         <tr>
-            <th>Budget</th>
+            <th>Fund</th>
             <th>Owner</th>
             <th>Branch</th>
             <th>Amount</th>
         </tfoot>
         <tbody>
         <!-- TMPL_LOOP name="loop_budget" -->
-            <!--TMPL_IF name="toggle"-->
-                <tr class="highlight">
-            <!--TMPL_ELSE-->
+            <!--TMPL_IF NAME="__odd__" -->
                 <tr>
+            <!--TMPL_ELSE-->
+                <tr class="highlight">
             <!--/TMPL_IF-->
                 <td align="center"><!-- TMPL_VAR name="budget_code" --></td>
                 <td align="center"><!-- TMPL_VAR name="budget_owner" --></td>
     </table>
     </div>
     <!-- /TMPL_IF -->
-
-    <div id="acqui_acqui_home_currency">
-    <!-- TMPL_IF NAME="loop_currency" -->
-        <h3>Exchange rates</h3>
-        <form action="/cgi-bin/koha/acqui/currency.pl">
-        <table>
-            <tr>
-                <th>Currency</th>
-                <th>Symbol</th>
-                <th>Rate</th>
-                <th>&nbsp;</th>
-            </tr>
-            <!-- TMPL_LOOP name="loop_currency" -->
-                <tr>
-                    <td align='center'><!-- TMPL_VAR name="currency" --></td>
-                    <td align='center'><!-- TMPL_VAR name="currency_symbol" --></td>
-                    <td>
-                            <input type="hidden" name="type" value="change" />
-                            <input type="text" size="10" value="<!-- TMPL_VAR name="rate" -->" />
-                    </td>
-
-
-
-
-
-                    <td><input type="submit" value="Save" /></td>
-                </tr>
-            <!-- /TMPL_LOOP -->
-        </table>
-        </form>
-    <!-- TMPL_ELSE -->
-        <a href="/cgi-bin/koha/admin/currency.pl?op=add_form" class="button">
-        Add Currency
-        </a>
-    <!-- /TMPL_IF -->
-    </div>
 </div>
 
 </div>