1
0
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:
Cameron 2013-12-24 02:45:40 -08:00
parent 86be4773f4
commit d54908e574
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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%;'>