diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-03-29 17:21:28 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-29 17:21:28 +0000 |
| commit | eae406cb97de04be5ff518abebab24b757c440af (patch) | |
| tree | 19f34e08123c4daa866d2032839ec36f39119f76 /html | |
| parent | 06664a1772e234b360b539b850189943eadafdcd (diff) | |
| download | xxv-eae406cb97de04be5ff518abebab24b757c440af.tar.gz xxv-eae406cb97de04be5ff518abebab24b757c440af.tar.bz2 | |
* Skins: Rename flag to diagnose from debug to verbose
* Remove unused Data::Dumper
* Hide 'select language' if run with --utf8, avoid losing encoding by reconfigure
* UTF8: Add mysql_enable_utf8
Diffstat (limited to 'html')
| -rw-r--r-- | html/filesys.tmpl | 1 | ||||
| -rw-r--r-- | html/help.tmpl | 2 | ||||
| -rw-r--r-- | html/movetimerlist.tmpl | 2 | ||||
| -rw-r--r-- | html/widgets/footer.tmpl | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/html/filesys.tmpl b/html/filesys.tmpl index 8806b08..da9462a 100644 --- a/html/filesys.tmpl +++ b/html/filesys.tmpl @@ -1,7 +1,6 @@ <?% statusfiles = []; trash = param.usage.shift; -# USE Dumper; Dumper.dump_html(param.usage); IF param.graphic; FILTER null; diff --git a/html/help.tmpl b/html/help.tmpl index 7a9c601..2989164 100644 --- a/html/help.tmpl +++ b/html/help.tmpl @@ -154,7 +154,7 @@ document.write(tree); <?% IF data.size > 1 %?> <table summary="" width="100%"> <?% FOREACH zeile = data %?> - <?% IF debug;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?> + <?% IF verbose;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?> <tr<?% " class='two'" IF loop.count mod 2 == 0 %?>> <?% short=zeile.0;long=zeile.1;modul=zeile.2;desc=zeile.3 %?> <?% IF allow(long) %?> diff --git a/html/movetimerlist.tmpl b/html/movetimerlist.tmpl index 11de8d4..5295ce8 100644 --- a/html/movetimerlist.tmpl +++ b/html/movetimerlist.tmpl @@ -85,7 +85,7 @@ <th><?% gettext('Change original timer') %?></th> </tr> <?% FOREACH zeile = data %?> - <?% IF debug;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?> + <?% IF verbose;"<!-- Item: ";FOREACH x = zeile;loop.count - 1;":";x.replace("-"," ");"|";END;"-->";END %?> <?%- id=zeile.0;source=zeile.1;destination=zeile.2;when=zeile.3;action=zeile.4 -%?> <?% PROCESS Item %?> <?% END %?> diff --git a/html/widgets/footer.tmpl b/html/widgets/footer.tmpl index e77c78d..c13600c 100644 --- a/html/widgets/footer.tmpl +++ b/html/widgets/footer.tmpl @@ -1,5 +1,5 @@ <?% IF !global.hidefooter %?> -<?% IF debug %?> +<?% IF verbose %?> <?% data = bench %?> <div class="tab-pane" id="tabPane1"> |
