'Not done yet' => 'Noch nicht fertig',
'Not obsolete' => 'Gültig',
'Note' => 'Hinweis',
+ 'Note: For Firefox 4 and later the menu XUL menu requires the addon <a href="#1">Remote XUL Manager</a> and the Lx-Office server to be white listed.' => 'Bitte beachten: Ab Firefox 4 benötigt das XUL Menü das Addon <a href="#1">Remote XUL Manager</a>, in dem der Lx-Office Server eingetragen sein muss.',
'Note: Taxkeys must have a "valid from" date, and will not behave correctly without.' => 'Hinweis: Steuerschlüssel sind fehlerhaft ohne "Gültig ab" Datum',
'Notes' => 'Bemerkungen',
'Notes (will appear on hard copy)' => 'Bemerkungen',
This module is documented in C<SL:InstallationCheck> to be necessary, or is a
dependancy of one of these. Everything alright.
-= item !missing
+=item !missing
These modules are neither core, nor included, nor required. This is ok for
developer tools, but should never occur for modules the actual program uses.
+=back
+
=head1 AUTHOR
http://www.ledgersmb.org/ - The LedgerSMB team
next;
}
while (my $file_line = <FILE>) {
- if ($file_line =~ m/(<\/?$tags>)/) {
+ last if $file_line =~ /^__END__/;
+ if ($file_line =~ m/(<\/?$tags>)/o) {
$found_html_count++;
$found_html .= $1;
}
<p>
<select name="group_id" size="10">
[% FOREACH row = GROUPS %]
- <option value="[% HTML.escape(row.id) %]">[% HTML.escape(row.name) %][% IF row.description %] ([% HTML.escape(row.description) %])[% END %]</option>
+ <option value="[% HTML.escape(row.id) %]"[% ' selected' IF loop.first %]>[% HTML.escape(row.name) %][% IF row.description %] ([% HTML.escape(row.description) %])[% END %]</option>
[% END %]
</select>
</p>
[%- USE T8 %]
+[%- USE LxERP %]
[% USE HTML %]<body onLoad="fokus()">
<p>
</tr>
</table>
+ <p>[% LxERP.t8('Note: For Firefox 4 and later the menu XUL menu requires the addon <a href="#1">Remote XUL Manager</a> and the Lx-Office server to be white listed.', 'https://addons.mozilla.org/de/firefox/addon/remote-xul-manager/') %]</p>
+
<br style="clear: left" />
</div>