1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Merge pull request #1611 from rica-carv/rica-carv-patch-download_shortcodes

Downloads: Styling of admin button and LAN.
This commit is contained in:
Cameron
2016-05-04 09:36:06 -07:00

View File

@@ -443,7 +443,7 @@ class download_shortcodes extends e_shortcode
$url = e_PLUGIN_ABS."download/admin_download.php?action=edit&id=".$this->var['download_id'];
return (ADMIN && getperms('6')) ? "<a class='pull-right e-tip' href='".$url."' title='edit'>".$icon."</a>" : "";
return (ADMIN && getperms('6')) ? "<a class='e-tip btn btn-default hidden-print' href='".$url."' title='".LAN_EDIT."'>".$icon."</a>" : "";
}
function sc_download_category()