mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
Issue #1138 Added 'btn-default' where missing.
This commit is contained in:
@@ -938,7 +938,7 @@ switch ($action)
|
||||
$text .= "<tr><td colspan='5' style='text-align:center'><br />".$tp->parseTemplate("{NEXTPREV={$parms}}".'<br /><br /></td></tr>');
|
||||
}
|
||||
$text .= "<tr><td colspan='4' style='text-align:center'>
|
||||
<input class='btn button' type='submit' name='delete_ban_log' value='".BANLAN_88."' />
|
||||
<input class='btn btn-default button' type='submit' name='delete_ban_log' value='".BANLAN_88."' />
|
||||
<input type='hidden' name='e-token' value='".e_TOKEN."' />
|
||||
</td>
|
||||
</tr>";
|
||||
|
Reference in New Issue
Block a user