From: <be...@us...> - 2012-07-07 19:45:45
|
Revision: 9801 http://xoops.svn.sourceforge.net/xoops/?rev=9801&view=rev Author: beckmi Date: 2012-07-07 19:45:39 +0000 (Sat, 07 Jul 2012) Log Message: ----------- Adding Bootstrip Tables styles Modified Paths: -------------- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/templates/pm_viewpmsg.html Modified: XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/templates/pm_viewpmsg.html =================================================================== --- XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/templates/pm_viewpmsg.html 2012-07-07 19:08:10 UTC (rev 9800) +++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/templates/pm_viewpmsg.html 2012-07-07 19:45:39 UTC (rev 9801) @@ -32,7 +32,7 @@ <{/if}> <form name="<{$pmform.name}>" id="<{$pmform.name}>" action="<{$pmform.action}>" method="<{$pmform.method}>" <{$pmform.extra}> > - <table cellspacing='1' cellpadding='4' class='outer bnone width100'> + <table class="table table-striped table-bordered table-condensed" cellspacing='1' cellpadding='4' class='outer bnone width100'> <tr class='txtcenter alignmiddle'> <th><input name='allbox' id='allbox' onclick='xoopsCheckAll("<{$pmform.name}>", "allbox");' type='checkbox' value='Check All' /></th> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |