1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 07:36:32 +02:00

Issue #459 - some work on downloads pagination

This commit is contained in:
Cameron
2013-12-30 03:17:20 -08:00
parent 7fa6fb4daa
commit d34623a043
5 changed files with 34 additions and 15 deletions

View File

@@ -855,7 +855,7 @@ class download_shortcodes extends e_shortcode
function sc_download_back_to_category_list()
{
return "<a class='btn btn-default' href='".e_SELF."'>".LAN_dl_9."</a>";
return "<a class='btn btn-default btn-xs btn-mini' href='".e_SELF."'>".LAN_dl_9."</a>";
}