Author: vargenau
Date: 2014-06-05 10:56:46 +0200 (Thu, 05 Jun 2014)
New Revision: 20306
Modified:
trunk/src/plugins/wiki/www/themes/Crao/templates/navbar.tmpl
trunk/src/plugins/wiki/www/themes/Sidebar/templates/debug.tmpl
trunk/src/plugins/wiki/www/themes/wikilens/templates/body.tmpl
Log:
wiki: use CSS
Modified: trunk/src/plugins/wiki/www/themes/Crao/templates/navbar.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/Crao/templates/navbar.tmpl
2014-06-05 08:56:18 UTC (rev 20305)
+++ trunk/src/plugins/wiki/www/themes/Crao/templates/navbar.tmpl
2014-06-05 08:56:46 UTC (rev 20306)
@@ -6,7 +6,7 @@
<input type="hidden" name="pagename" value="<?php echo _("TitleSearch")?>" />
<?php } ?>
<div id="navbuttons">
-<table width="fullwidth">
+<table class="fullwidth">
<tr class="middle"><td class="align-left">
<?php echo WikiLink(_("RecentChanges"), "button") ?>
<?php if (!empty($revision)) { ?>
@@ -15,7 +15,7 @@
<?php echo $SEP?><?php echo Button(_("BackLinks"), _("BackLinks")) ?>
<?php } ?>
</td>
-<td class="align-right" width="150">
+<td class="align-right; width:150px">
<div id="search">
<?php if (!empty($user) && $user->isSignedIn()) { ?>
<?php echo WikiLink(_("UserPreferences"),'button',_("Preferences"))
?><?php echo $SEP?>
Modified: trunk/src/plugins/wiki/www/themes/Sidebar/templates/debug.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/Sidebar/templates/debug.tmpl
2014-06-05 08:56:18 UTC (rev 20305)
+++ trunk/src/plugins/wiki/www/themes/Sidebar/templates/debug.tmpl
2014-06-05 08:56:46 UTC (rev 20306)
@@ -1,5 +1,5 @@
<?php global $RUNTIMER; ?>
-<table width="%100">
+<table class="fullwidth">
<tr><td>
<div id="xhtml-validator"><a href="http://validator.w3.org/check/referer"><img
id="xhtml"
Modified: trunk/src/plugins/wiki/www/themes/wikilens/templates/body.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/wikilens/templates/body.tmpl
2014-06-05 08:56:18 UTC (rev 20305)
+++ trunk/src/plugins/wiki/www/themes/wikilens/templates/body.tmpl
2014-06-05 08:56:46 UTC (rev 20306)
@@ -5,7 +5,7 @@
<?php echo Template('top') ?>
</div>
</td></tr>
-<tr class="top"><td class="leftnav" width="120">
+<tr class="top"><td class="leftnav" style="width:120px">
<div class="toolbar">
<?php echo Template('navbar') ?>
</div>
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits