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/help.tmpl | |
| 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/help.tmpl')
| -rw-r--r-- | html/help.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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) %?> |
