ActionBar: Verwendung bei Preisregeln standardisiert
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 16 Jan 2017 11:00:31 +0000 (12:00 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:44:00 +0000 (10:44 +0100)
• »Suchen« → »Erneuern«
• »Zurücksetzen« in Form verschoben

SL/Controller/PriceRule.pm
templates/webpages/price_rule/_filter.html

index 2ced8ed..3b1c8c2 100644 (file)
@@ -311,14 +311,10 @@ sub setup_search_action_bar {
   for my $bar ($::request->layout->get('actionbar')) {
     $bar->add(
       action => [
-        t8('Search'),
+        t8('Update'),
         submit    => [ '#search_form', { action => 'PriceRule/list' } ],
         accesskey => 'enter',
       ],
-      action => [
-        t8('Reset'),
-        call => [ 'kivi.PriceRule.reset_search_form' ],
-      ],
 
       combobox => [
         action => [
index 826191b..c11585b 100644 (file)
      [%- END %]
    </td>
   </tr>
-
  </table>
 
 [% L.hidden_tag('sort_by', FORM.sort_by) %]
 [% L.hidden_tag('sort_dir', FORM.sort_dir) %]
 [% L.hidden_tag('page', FORM.page) %]
 
+ [% L.button_tag("\$('#search_form').resetForm()", LxERP.t8("Reset")) %]
 </div>
 
 </form>