1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +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

@@ -175,7 +175,7 @@ if(!isset($DOWNLOAD_LIST_TABLE_START))
($sort == "DESC" ? "<option value='DESC' selected='selected'>".LAN_dl_26."</option>" : "<option value='DESC'>".LAN_dl_26."</option>")."
</select>
&nbsp;
<input class='button' type='submit' name='goorder' value='".LAN_dl_27."' />
<input class='btn button' type='submit' name='goorder' value='".LAN_dl_27."' />
</td>
</tr>
<tr>