Could you add 1 hour or 1 minute option here. Actually bought this mod because I saw you had the 1 hour option and then it turns out it's only available on one specific page.
<xen:if is="{$user.is_banned}"><a href="{xen:link 'members/quick-ban', '', 'user_id={$user.user_id}'}"class="button full siropuManageBan OverlayTrigger">{xen:phrase manage_ban}</a></xen:if>
And need to add {$user.user_reason} in template siropu_easy_user_ban_quick_ban <input type="text" name="user_reason" value="{xen:if $user.user_reason, $user.user_reason}" maxlength="255" class="textCtrl" id="ctrl_user_reason">
When clicks on button overlay will be opened with current ban reason.