From: <be...@us...> - 2012-08-14 12:30:32
|
Revision: 10067 http://xoops.svn.sourceforge.net/xoops/?rev=10067&view=rev Author: beckmi Date: 2012-08-14 12:30:21 +0000 (Tue, 14 Aug 2012) Log Message: ----------- Adding Grid to banners Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/templates/banners_client.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/templates/banners_client.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/templates/banners_client.html 2012-08-13 09:22:47 UTC (rev 10066) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/banners/templates/banners_client.html 2012-08-14 12:30:21 UTC (rev 10067) @@ -1,6 +1,6 @@ <{if $banner_count == true}> <h4><{$smarty.const._AM_BANNERS_BANNERS_CURRENT}></h4> -<table id="xo-bannerslist-sorter" class="outer tablesorter"> +<table id="xo-bannerslist-sorter" class="table table-striped table-bordered table-condensed"> <thead> <tr> <th class="txtcenter width5"><{$smarty.const._MD_BANNERS_INDEX_ID}></th> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |