0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
2.2-08
/
htdocs
/
modules
/
quotas
/
templates
/
[
Home
]
File: AdminDeleteUserQuota.tpl
{* * $Revision: 15342 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *} <div class="gbBlock gcBackground1"> <h2> {g->text text="Delete A User Quota"} </h2> </div> </div> <div class="gbBlock"> <h3> {g->text text="Are you sure?"} </h3> <p class="giDescription"> {capture name="user"}<strong>{$AdminDeleteUserQuota.user.userName}</strong>{/capture} {g->text text="This will completely remove the %s (%s %s) user quota from Gallery. There is no undo!" arg1=$smarty.capture.user arg2=$AdminDeleteUserQuota.quotaSize arg3=$AdminDeleteUserQuota.quotaUnit} </p> </div> <div class="gbBlock gcBackground1"> <input type="hidden" name="{g->formVar var="userId"}" value="{$AdminDeleteUserQuota.user.id}"/> <input type="submit" class="inputTypeSubmit" name="{g->formVar var="form[action][delete]"}" value="{g->text text="Delete"}"/> <input type="submit" class="inputTypeSubmit" name="{g->formVar var="form[action][cancel]"}" value="{g->text text="Cancel"}"/> </div>