added username to interface

fixed unescaped @ in deliveryProgramPath
fixed wrong "for" label
This commit is contained in:
lars 2006-01-24 20:10:38 +00:00
parent ed1e2a9eea
commit b95baa8ca0
4 changed files with 5 additions and 3 deletions

View file

@ -17,7 +17,7 @@
</li>
<li><input type="radio" name="filter_type" id="filter_move" value="move" <?cs
if:Data.isSpamMove ?>checked="checked"<?cs /if ?>/>
<label for="filter_none"><?cs var:Lang.Misc.Filter_Move ?></label>
<label for="filter_move"><?cs var:Lang.Misc.Filter_Move ?></label>
</li>
<li><label for="pw"><?cs var:html_escape(Lang.Misc.Password) ?>:</label>
<input type="password" name="pw" id="pw" size="20"></li>

View file

@ -5,6 +5,7 @@
<?cs include:Config.TemplateDir + '/nav.cs' ?>
<div id="main_content">
<div id="info_title"><?cs var:Data.UserName ?></div>
<?cs if:Data.Error ?><?cs call:error(Lang.ErrorMessage[Data.Error]) ?><?cs /if ?>
<?cs if:Data.customError ?><?cs call:error(Data.customError) ?><?cs /if ?>
<?cs if:Data.Warning ?><?cs call:warning(Lang.WarningMessage[Data.Warning]) ?><?cs /if ?>