mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Download plugin Boostrap3 styling fixes
This commit is contained in:
parent
86be4773f4
commit
d54908e574
@ -849,7 +849,7 @@ class download_shortcodes extends e_shortcode
|
||||
|
||||
function sc_download_back_to_list()
|
||||
{
|
||||
return "<a class='btn' href='".e_PLUGIN_ABS."download/download.php?action=list&id=".$this->var['download_category']."'>".LAN_dl_35."</a>";
|
||||
return "<a class='btn btn-default' href='".e_PLUGIN_ABS."download/download.php?action=list&id=".$this->var['download_category']."'>".LAN_dl_35."</a>";
|
||||
}
|
||||
|
||||
function sc_download_back_to_category_list()
|
||||
|
@ -441,7 +441,7 @@ $DOWNLOAD_TEMPLATE['view']['caption'] = LAN_dl_18;
|
||||
$DOWNLOAD_TEMPLATE['view']['start'] = " ";
|
||||
|
||||
$DOWNLOAD_TEMPLATE['view']['item'] = "
|
||||
<div id='download' style='text-align:center'>
|
||||
<div id='download'>
|
||||
<table class='table table-striped'>
|
||||
<colgroup>
|
||||
<col style='width:30%;'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user