r1293: Fixed the attachment block and the bug display columns with RTL languages...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 19 Nov 2006 17:45:36 +0000 (17:45 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 19 Nov 2006 17:45:36 +0000 (17:45 +0000)
templates/newreport.tpl
templates/report.css
templates/showreport.tpl

index 910e16f420b6f321b8025e92499660021b16dc92..22e321281c75257664328b4b92af8343ac6def79 100644 (file)
@@ -23,7 +23,7 @@ $header
 
 <div id="fieldbody">
        <!-- LEFT COLUMN -->
-       <div id="leftcol">
+       <div id="$stylevar[left]col" style="float: $stylevar[left]">
                
                <!-- summary -->
                <fieldset>
@@ -61,7 +61,7 @@ $header
        <!-- / LEFT COLUMN -->
        
        <!-- RIGHT COLUMN -->
-       <div id="rightcol">
+       <div id="$stylevar[right]col" style="float: $stylevar[right]">
        
                <!-- summary -->
                <fieldset>
index e809ce9982cdb299b6428340d9848d76ab088f87..bcb8b26846784e74e32754293afab39556f93d0c 100644 (file)
@@ -32,8 +32,8 @@
 
 #rightcol
 {
+       float: right;
        width: 49%;
-       margin-left: 50%;
 }
 
 /* ################################################################### */
index f760e4989532c5c1f7aafaef8e4fbc10567ea670..21dc1bc5c4c08cae2eb12458e7bfa93b75aa884b 100644 (file)
@@ -18,7 +18,7 @@ $header
 
 <div id="fieldbody">
        <!-- LEFT COLUMN -->
-       <div id="leftcol">
+       <div id="$stylevar[left]col">
        
                <!-- bug id & hidden -->
                <fieldset>
@@ -107,7 +107,7 @@ $header
        <!-- / LEFT COLUMN -->
        
        <!-- RIGHT COLUMN -->
-       <div id="rightcol">
+       <div id="$stylevar[right]col">
        
                <!-- summary -->
                <fieldset>
@@ -216,7 +216,7 @@ $header
        
        <if condition="$show['attachments']">
        <!-- attachments -->
-       <div id="attachments">
+       <div id="attachments" style="float: $stylevar[right]">
        <fieldset>
                <legend>{@"Attachments"}<if condition="$show['putattachments']"> : <a href="attachment.php?do=add&amp;bugid=$bug[bugid]">{@"New"}</a></if></legend>