]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/admin.pl
Ignoriere die Verzeichnisse "webpages" und ".svn" bei der Benutzerverwaltung, die...
[kivitendo-erp.git] / bin / mozilla / admin.pl
index 0829934c275ccd99eac0babf197c678e61de90f8..64dc2495028b4de07a1a861837e5ab628dfd8606 100644 (file)
@@ -442,6 +442,7 @@ sub form_header {
 
   @allhtml = sort grep /\.html/, @all;
   @alldir = grep !/\.(html|tex)$/, @all;
+  @alldir = grep !/^(webpages|\.svn)$/, @alldir;
 
   @allhtml = reverse grep !/Default/, @allhtml;
   push @allhtml, 'Default';
@@ -539,7 +540,7 @@ sub form_header {
        </tr>
         <tr valign=top>
          <th align=right>| . $locale->text('Ust-IDNr') . qq|</th>
-         <td><input name=ustid size=14 value="$myconfig->{ustid}"></td>
+         <td><input name=co_ustid size=14 value="$myconfig->{co_ustid}"></td>
        </tr>
         <tr valign=top>
          <th align=right>| . $locale->text('DUNS-Nr') . qq|</th>