r1291: Get rid of the float:right and use float:$stylevar[right] in header.tpl for...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 19 Nov 2006 09:02:13 +0000 (09:02 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 19 Nov 2006 09:02:13 +0000 (09:02 +0000)
docs/changes.txt
templates/header.tpl

index 20dc90e304c6c605bdc3bb26d5994f9cf5562894..8a7bb124152a74df6848cd2ee2bc1ec0e13788b0 100644 (file)
@@ -16,6 +16,7 @@
 - The "[Edit]" and "[Delete]" options for attachments were off by one line (http://www.bluestatic.org/bugs/showreport.php?bugid=56)
 - Fixed a spelling error in search.php when there is no search criteria
 - Adding a quick search feature to the header bar (http://www.bluestatic.org/bugs/showreport.php?bugid=57)
+- Fixed an occurence in header.tpl where the $stylevar align wasn't used, but a hard-coded one was
 
 1.1.3
 ===============================
index 3c8be0f39dd6a0840cc0aa5cee8c0f4ae21c421b..a2e05f5c1a0249bdf5ba6a67951ad2ceb89ad445 100644 (file)
@@ -18,7 +18,7 @@
 </if>
 
 <div id="tabbar">
-       <span style="float: right" class="smallfont"><a href="syndicate.php"><img src="templates/images/feed.gif" alt="{@"Syndicate"}" style="border: 0px" /> {@"Syndicate"}</a></span>
+       <span style="float: $stylevar[right]" class="smallfont"><a href="syndicate.php"><img src="templates/images/feed.gif" alt="{@"Syndicate"}" style="border: 0px" /> {@"Syndicate"}</a></span>
        
        <a class="tab$focus[index]" href="index.php">{@"Listing"}</a>
        <if condition="$show['newreport']">