- Aus dem templateordner werden nun alle Dateien mit den folgenden
authorUdo Spallek <info@wissensvermittlung.com>
Fri, 15 Dec 2006 03:11:59 +0000 (03:11 +0000)
committerUdo Spallek <info@wissensvermittlung.com>
Fri, 15 Dec 2006 03:11:59 +0000 (03:11 +0000)
Endungen in den Arbeitsordner kopiert:
html|tex|sty|xml|txb

-html id hinzugefuegt, zum besseren testen mit selenium

bin/mozilla/admin.pl

index 32922a2..b2f7576 100644 (file)
@@ -969,7 +969,7 @@ sub save {
 
       # copy templates to the directory
       opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $!");
-      @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty)$/,
+      @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/,
         readdir TEMPLATEDIR;
       closedir TEMPLATEDIR;
 
@@ -1444,7 +1444,7 @@ sub dbupdate {
 
 <br>
 
-<a href="admin.pl?action=login&| .
+<a id="enddatasetupdate" href="admin.pl?action=login&| .
 join("&", map({ "$_=" . $form->escape($form->{$_}); } qw(path rpw))) .
 qq|">| . $locale->text("Continue") . qq|</a>|;