Bug 31986: Add page-section to various administration pages
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / aqbudgets.tt
index bb1b9ff..195c2a6 100644 (file)
 </head>
 
 <body id="admin_aqbudgets" class="admin">
-[% INCLUDE 'header.inc' %]
-[% INCLUDE 'budgets-admin-search.inc' %]
+[% WRAPPER 'header.inc' %]
+    [% INCLUDE 'budgets-admin-search.inc' %]
+[% END %]
 
+[% WRAPPER 'sub-header.inc' %]
 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
     <ol>
     <li>
@@ -75,6 +77,7 @@
     [% END %]
     </ol>
 </nav>
+[% END %]
 
 <div class="main container-fluid">
     <div class="row">
             </span>
         </div>
     [% END %]
-
+<div class="page-section">
 <table id="budgeth" class="group">
     <thead>
         <tr>
     [% END %]
     </tbody>
 </table>
+</div> <!-- /.page-section -->
 
 [% ELSE %]
     <p>No fund found</p>
 [% IF op == 'add_form' && !error_not_authorised_to_modify %]
 <form action="/cgi-bin/koha/admin/aqbudgets.pl" id="edit_fund" name="Aform" method="post">
     <fieldset class="rows">
-        <legend><h1>[% IF ( budget_id ) %]Modify[% ELSE %]Add[% END %] Fund
+        <legend><h1>[% IF ( budget_id ) %]<span>Modify fund</span>[% ELSE %]<span>Add fund</span>[% END %]
     [% IF ( budget_period_description ) %]
-        [% budget_name | html %] for Budget '[% budget_period_description | html %]'
+        [% budget_name | html %] <span>for budget</span> '[% budget_period_description | html %]'
     [% END %]
             </h1>
     </legend>
     </li>
 
     <li>
-    <label style="white-space: nowrap;" for="budget_amount" class="required">Amount: </label>
+    <label for="budget_amount" class="required">Amount: </label>
     <input type="text" name="budget_amount" id="budget_amount" value="[% budget_amount | $Price on_editing => 1 %]" size="8" />
     </li>
 
     </li>
 
     <li>
-    <label  style="white-space: nowrap;" for="authorised_value_category1">Statistic 1 done on: </label>
+    <label  for="authorised_value_category1">Statistic 1 done on: </label>
         <select name="sort1_authcat" id="authorised_value_category1">
             <option value=""></option>
             [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => sort1_authcat ) %]
         </select>
     </li>
     <li>
-    <label  style="white-space: nowrap;" for="authorised_value_category2">Statistic 2 done on: </label>
+    <label  for="authorised_value_category2">Statistic 2 done on: </label>
         <select name="sort2_authcat" id="authorised_value_category2">
             <option value=""></option>
             [% PROCESS options_for_authorised_value_categories authorised_value_categories => AuthorisedValues.GetCategories( selected => sort2_authcat ) %]