Revision: 9805
http://xoops.svn.sourceforge.net/xoops/?rev=9805&view=rev
Author: beckmi
Date: 2012-07-08 16:16:56 +0000 (Sun, 08 Jul 2012)
Log Message:
-----------
removing extra class (Marco)
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-08 10:56:42 UTC (rev 9804)
+++ XoopsCore/branches/2.6.x/2.6.0/htdocs/modules/pm/templates/pm_viewpmsg.html 2012-07-08 16:16:56 UTC (rev 9805)
@@ -32,7 +32,7 @@
<{/if}>
<form name="<{$pmform.name}>" id="<{$pmform.name}>" action="<{$pmform.action}>" method="<{$pmform.method}>" <{$pmform.extra}> >
- <table class="table table-striped table-bordered table-condensed" cellspacing='1' cellpadding='4' class='outer bnone width100'>
+ <table class="table table-striped table-bordered table-condensed" cellspacing='1' cellpadding='4'>
<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.
|