1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Forum template minor styling fixes.

This commit is contained in:
Cameron
2013-03-10 19:44:54 -07:00
parent 859dcdb360
commit 34083bf7ad
15 changed files with 121 additions and 122 deletions

View File

@@ -104,7 +104,7 @@ if(is_array($fileList))
}
else
{
$txt .= "<td class='forumheader3'>".FRMUP_8." <input class='button' type='submit' name='delete[{$finfo['fname']}]' value='".FRMUP_10."' /></td>";
$txt .= "<td class='forumheader3'>".FRMUP_8." <input class='btn button' type='submit' name='delete[{$finfo['fname']}]' value='".FRMUP_10."' /></td>";
}
$txt .= "</tr>";
}