1
0
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:
Cameron
2015-07-13 19:09:30 -07:00
parent 9d6e3978e6
commit 6499ff72f7
33 changed files with 97 additions and 88 deletions

View File

@@ -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>";