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:
@@ -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>
|
||||
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user