Changeset 6004
- Timestamp:
- 02/03/12 23:52:02 (4 months ago)
- Location:
- trunk/modules/controlcenter/view/smarty
- Files:
-
- 3 edited
-
newsfeed.tpl (modified) (1 diff)
-
security.tpl (modified) (1 diff)
-
shortcuts.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/controlcenter/view/smarty/newsfeed.tpl
r4690 r6004 19 19 <tr bgcolor="#ffffff"> 20 20 <td> 21 <table cellspacing="6" width="100%" > 22 <tbody> 23 <tr valign="top"> 24 <td> 25 <!-- Assign Data of Clansuite Newsfeed --> 26 {$newsfeed} 27 </td> 28 </tr> 29 <tr> 30 <td> 31 <div align="right"> 32 <a target="blank" href="http://www.clansuite.com/index.php?page=news"><b>More »</b></a> 33 </div> 34 </td> 35 </tr> 36 </tbody> 37 </table> 21 <div> 22 <!-- Assign Data of Clansuite Newsfeed --> 23 {$newsfeed} 24 <div align="right" class="button"> 25 <a target="blank" href="http://www.clansuite.com/index.php?page=news"><b>More »</b></a> 26 </div> 27 </div> 38 28 </td> 39 29 </tr> -
trunk/modules/controlcenter/view/smarty/security.tpl
r4914 r6004 16 16 <tr> 17 17 <td bgcolor="#dde9cf" valign="top" colspan="2"> 18 18 19 <table cellspacing="1" width="100%" border="0"> 19 20 <tbody> 20 21 <tr bgcolor="#ffffff"> 21 22 <td> 22 <table cellspacing="6" width="100%" > 23 <tbody> 24 <tr valign="top"> 25 <td> 26 <!-- Assign Data of Clansuite Errorlog --> 27 {$errorlog} 28 </td> 29 </tr> 30 <tr> 31 <td> 32 <div align="right"> 33 <a target="blank" href="http://www.clansuite.com/index.php?page=news"><b>Full Report »</b></a> 34 </div> 35 </td> 36 </tr> 37 </tbody> 38 </table> 23 <div> 24 <!-- Assign Data of Clansuite Errorlog --> 25 {$errorlog} 26 <div align="right"> 27 <a target="blank" href="http://www.clansuite.com/index.php?page=news"><b>Full Report »</b></a> 28 </div> 29 </div> 39 30 </td> 40 31 </tr> 41 32 </tbody> 42 33 </table> 34 43 35 </td> 44 36 </tr> -
trunk/modules/controlcenter/view/smarty/shortcuts.tpl
r5255 r6004 10 10 11 11 <!-- Tab Table for the Shortcuts --> 12 <table cellspacing="0" cellpadding="0" width=" 100%">12 <table cellspacing="0" cellpadding="0" width="98%"> 13 13 <tbody> 14 14 <tr style="height: 15px;"> … … 100 100 {* End:Shortcuts Content *} 101 101 102 <input class="ButtonOrange" type="button" value="Edit" /> 102 <input class="ButtonOrange" type="button" value="Edit" /> 103 103 </td> 104 104
Note: See TracChangeset
for help on using the changeset viewer.
