1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Button styling updated to Bootstrap 'btn'

This commit is contained in:
Cameron
2013-04-26 13:48:23 -07:00
parent 068ec33d72
commit 66eb7c1be7
36 changed files with 104 additions and 97 deletions

View File

@@ -491,7 +491,7 @@ if ($action == "report" && check_class($pref['download_reportbroken']))
</tr>
<tr>
<td colspan='2' style='text-align:center;'><br />
<input class='button' type='submit' name='report_download' value=\"".LAN_dl_45."\" />
<input class='btn button' type='submit' name='report_download' value=\"".LAN_dl_45."\" />
</td>
</tr>
</table>