mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Fixes issue #95
This commit is contained in:
@@ -239,8 +239,8 @@ if(($action == "confdel") || ($action == "auditdel"))
|
||||
</table>
|
||||
<div class='buttons-bar center'>
|
||||
<input type='hidden' name='backdeltype' value='{$action}' />
|
||||
$frm->admin_button('confirmdeleteold', 'no-value', 'delete', RL_LAN_049);
|
||||
$frm->admin_button('confirmcancelold', 'no-value', 'delete', LAN_CANCEL);
|
||||
".$frm->admin_button('confirmdeleteold', 'no-value', 'delete', RL_LAN_049)."
|
||||
".$frm->admin_button('confirmcancelold', 'no-value', 'delete', LAN_CANCEL)."
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user