adding new columns to accounts worker page
This commit is contained in:
parent
b20a2eb657
commit
ebe3fe88ff
@ -43,7 +43,7 @@
|
|||||||
<input type="hidden" name="page" value="{$smarty.request.page}">
|
<input type="hidden" name="page" value="{$smarty.request.page}">
|
||||||
<input type="hidden" name="action" value="{$smarty.request.action}">
|
<input type="hidden" name="action" value="{$smarty.request.action}">
|
||||||
<input type="hidden" name="do" value="add">
|
<input type="hidden" name="do" value="add">
|
||||||
TheSerapher.<input type="text" name="username" value="user" size="10" maxlength="20"> · <input type="text" name="password" value="password" size="10" maxlength="20"> <input type="submit" value="Add New Worker" style="padding:5px;">
|
{$smarty.session.USERDATA.username}.<input type="text" name="username" value="user" size="10" maxlength="20"> · <input type="text" name="password" value="password" size="10" maxlength="20"> <input type="submit" value="Add New Worker" style="padding:5px;">
|
||||||
</form>
|
</form>
|
||||||
</center>
|
</center>
|
||||||
{include file="global/block_footer.tpl"}
|
{include file="global/block_footer.tpl"}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user