mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 12:01:05 +02:00
Change buttons to bootstrap btn (GUI)
This commit is contained in:
@@ -95,7 +95,7 @@ if ($editid)
|
||||
{
|
||||
$row = $sql->db_Fetch();
|
||||
$text .= "<tr><td><textarea class='tbox' name='comment_comment' cols='1' rows='15' style='width:100%;'>".$row['comment_comment']."</textarea></td></tr>";
|
||||
$text .= "<tr><td colspan='5' class='forumheader' style='text-align:center'><input class='button' type='submit' name='moderate' value='".MDCLAN_8."' /></td></tr>";
|
||||
$text .= "<tr><td colspan='5' class='forumheader' style='text-align:center'><input class='btn button' type='submit' name='moderate' value='".MDCLAN_8."' /></td></tr>";
|
||||
$text .= "<div><input type='hidden' name='e-token' value='".e_TOKEN."' /></div>";
|
||||
}
|
||||
|
||||
@@ -160,7 +160,7 @@ else
|
||||
".$comments."
|
||||
<tr><td colspan='5' class='forumheader' style='text-align:center'>".MDCLAN_9."</td></tr>
|
||||
<tr><td colspan='5' class='forumheader' style='text-align:center'>
|
||||
<input class='button' type='submit' name='moderate' value='".MDCLAN_8."' />
|
||||
<input class='btn button' type='submit' name='moderate' value='".MDCLAN_8."' />
|
||||
</td></tr>
|
||||
";
|
||||
}
|
||||
|
Reference in New Issue
Block a user