Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ac912929

Von Moritz Bunkus vor fast 8 Jahren hinzugefügt

  • ID ac9129294850cbe9f04119b3cbcf2a475ad8f4ba
  • Vorgänger a4a09b2a
  • Nachfolger 46b5ee69

vclimit entfernen

Unterschiede anzeigen:

SL/Controller/Admin.pm
115 115
  my $defaults = SL::DefaultManager->new($::lx_office_conf{system}->{default_manager});
116 116
  $self->user(SL::DB::AuthUser->new(
117 117
    config_values => {
118
      vclimit      => 200,
119 118
      countrycode  => $defaults->language('de'),
120 119
      numberformat => $defaults->numberformat('1.000,00'),
121 120
      dateformat   => $defaults->dateformat('dd.mm.yy'),
SL/DB/AuthUser.pm
11 11
use constant CONFIG_VARS => qw(copies countrycode dateformat timeformat default_media default_printer_id
12 12
                               email favorites fax hide_cvar_search_options mandatory_departments menustyle name
13 13
                               numberformat show_form_details signature stylesheet taxincluded_checked tel
14
                               template_format vclimit focus_position form_cvars_nr_cols item_multiselect);
14
                               template_format focus_position form_cvars_nr_cols item_multiselect);
15 15

  
16 16
__PACKAGE__->meta->add_relationship(
17 17
  groups => {
doc/dokumentation.xml
6616 6616
            </listitem>
6617 6617

  
6618 6618
            <listitem>
6619
              <para>Enthält unter anderem Listenbegrenzung vclimit,
6620
              Datumsformat dateformat und Nummernformat numberformat</para>
6619
              <para>Enthält unter anderem Datumsformat dateformat und Nummernformat numberformat</para>
6621 6620
            </listitem>
6622 6621

  
6623 6622
            <listitem>
doc/html/ch04.html
113 113
}</pre></div><div class="sect3" title="4.1.3.2. %::myconfig"><div class="titlepage"><div><div><h4 class="title"><a name="d0e6540"></a>4.1.3.2. %::myconfig</h4></div></div></div><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>Das einzige Hash unter den globalen Variablen</p></li><li class="listitem"><p>Wird spätestens benötigt wenn auf die Datenbank
114 114
              zugegriffen wird</p></li><li class="listitem"><p>Wird bei jedem Request neu erstellt.</p></li><li class="listitem"><p>Enthält die Userdaten des aktuellen Logins</p></li><li class="listitem"><p>Sollte nicht ohne Filterung irgendwo gedumpt werden oder
115 115
              extern serialisiert werden, weil da auch der Datenbankzugriff
116
              für diesen user drinsteht.</p></li><li class="listitem"><p>Enthält unter anderem Listenbegrenzung vclimit,
117
              Datumsformat dateformat und Nummernformat numberformat</p></li><li class="listitem"><p>Enthält Datenbankzugriffinformationen</p></li></ul></div><p>
116
              für diesen user drinsteht.</p></li><li class="listitem"><p>Enthält unter anderem Datumsformat dateformat und Nummernformat numberformat</p></li><li class="listitem"><p>Enthält Datenbankzugriffinformationen</p></li></ul></div><p>
118 117
                  <code class="varname">%::myconfig</code> ist im Moment der Ersatz für
119 118
          ein Userobjekt. Die meisten Funktionen, die etwas anhand des
120 119
          aktuellen Users entscheiden müssen, befragen
locale/de/all
1007 1007
  'Draft suggestions'           => 'Entwurfsvorschläge',
1008 1008
  'Drafts'                      => 'Entwürfe',
1009 1009
  'Drawing'                     => 'Zeichnung',
1010
  'Dropdown Limit'              => 'Auswahllistenbegrenzung',
1011 1010
  'Due'                         => 'Fällig',
1012 1011
  'Due Date'                    => 'Fälligkeitsdatum',
1013 1012
  'Due Date missing!'           => 'Fälligkeitsdatum fehlt!',
scripts/rose_auto_create_model.pl
489 489
    signature                => '',
490 490
    hide_cvar_search_options => '',
491 491
    numberformat             => '1.000,00',
492
    vclimit                  => 0,
493 492
    favorites                => '',
494 493
    copies                   => '',
495 494
    menustyle                => 'v3',
t/000setup_database.t
162 162
    signature                => '',
163 163
    hide_cvar_search_options => '',
164 164
    numberformat             => '1.000,00',
165
    vclimit                  => 0,
166 165
    favorites                => '',
167 166
    copies                   => '',
168 167
    menustyle                => 'v3',
templates/webpages/admin/edit_user.html
67 67
      <td>[% L.select_tag("user.config_values.numberformat", SELF.all_numberformats, default=props.numberformat) %]</td>
68 68
     </tr>
69 69

  
70
     <tr>
71
      <th align="right">[% LxERP.t8("Dropdown Limit") %]</th>
72
      <td>[% L.input_tag("user.config_values.vclimit", props.vclimit) %]</td>
73
     </tr>
74

  
75 70
     <tr>
76 71
      <th align="right">[% LxERP.t8("Language") %]</th>
77 72
      <td>[% L.select_tag("user.config_values.countrycode", SELF.all_countrycodes, title_key="title", default=props.countrycode) %]</td>
templates/webpages/am/config.html
112 112
      </td>
113 113
     </tr>
114 114

  
115
     <tr>
116
      <th align="right">[% 'Dropdown Limit' | $T8 %]</th>
117
      <td><input name="vclimit" size="10" value="[% HTML.escape(MYCONFIG.vclimit) %]"></td>
118
     </tr>
119

  
120 115
     <tr>
121 116
      <th align="right">[% 'Language' | $T8 %]</th>
122 117
      <td>

Auch abrufbar als: Unified diff