[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/story storyeditor.thtml, 1.21, 1.22 storyeditor_advanced.thtml, 1.32, 1.33

Dirk Haun dhaun at qs1489.pair.com
Mon May 12 03:53:07 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story
In directory qs1489.pair.com:/tmp/cvs-serv83942

Modified Files:
	storyeditor.thtml storyeditor_advanced.thtml 
Log Message:
Hard-code the text direction for the date/time selection (for bug #0000150)


Index: storyeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story/storyeditor.thtml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** storyeditor.thtml	1 May 2008 19:43:42 -0000	1.21
--- storyeditor.thtml	12 May 2008 07:53:05 -0000	1.22
***************
*** 27,30 ****
--- 27,31 ----
                                          <td class="alignright" style="vertical-align:top;">{lang_date}:</td>
                                          <td>
+                                           <span dir="ltr">
                                              <select name="publish_month">
                                                  {publish_month_options}
***************
*** 45,51 ****
                                                  {publish_minute_options}
                                              </select>
!                                             {publishampm_selection}<br{xhtml}>
                                              <input type="hidden" name="publish_second" value="{publish_second}"{xhtml}>
!                                             {publish_date_explanation}
                                          </td>
                                      </tr>
--- 46,53 ----
                                                  {publish_minute_options}
                                              </select>
!                                             {publishampm_selection}
                                              <input type="hidden" name="publish_second" value="{publish_second}"{xhtml}>
!                                           </span><br{xhtml}>
!                                           {publish_date_explanation}
                                          </td>
                                      </tr>
***************
*** 93,96 ****
--- 95,99 ----
                                                      <td class="alignright" style="vertical-align:top;padding-right:5px;">{lang_date}:</td>
                                                      <td colspan="2">
+                                                       <span dir="ltr">
                                                          <select id="expire_month" name="expire_month">
                                                              {expire_month_options}
***************
*** 111,116 ****
                                                              {expire_minute_options}
                                                          </select>
!                                                         {expireampm_selection}<br{xhtml}>
                                                          <input type="hidden" name="expire_second" value="{expire_second}"{xhtml}>
                                                      </td>
                                                  </tr>
--- 114,120 ----
                                                              {expire_minute_options}
                                                          </select>
!                                                         {expireampm_selection}
                                                          <input type="hidden" name="expire_second" value="{expire_second}"{xhtml}>
+                                                       </span><br{xhtml}>
                                                      </td>
                                                  </tr>

Index: storyeditor_advanced.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story/storyeditor_advanced.thtml,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** storyeditor_advanced.thtml	1 May 2008 19:43:42 -0000	1.32
--- storyeditor_advanced.thtml	12 May 2008 07:53:05 -0000	1.33
***************
*** 100,103 ****
--- 100,104 ----
                              <td class="alignright" style="vertical-align:top;">{lang_date}:</td>
                              <td>
+                               <span dir="ltr">
                                  <select name="publish_month">
                                      {publish_month_options}
***************
*** 118,124 ****
                                      {publish_minute_options}
                                  </select>
!                                 {publishampm_selection}<br{xhtml}>
                                  <input type="hidden" name="publish_second" value="{publish_second}"{xhtml}>
!                                 <br{xhtml}>{publish_date_explanation}
                              </td>
                          </tr>
--- 119,126 ----
                                      {publish_minute_options}
                                  </select>
!                                 {publishampm_selection}
                                  <input type="hidden" name="publish_second" value="{publish_second}"{xhtml}>
!                               </span><br{xhtml}><br{xhtml}>
!                               {publish_date_explanation}
                              </td>
                          </tr>
***************
*** 177,180 ****
--- 179,183 ----
                              <td class="alignright" style="vertical-align:top;padding-right:5px;">{lang_date}:</td>
                              <td colspan="2">
+                               <span dir="ltr">
                                  <select id="expire_month" name="expire_month">
                                      {expire_month_options}
***************
*** 192,197 ****
                                      {expire_minute_options}
                                  </select>
!                                 {expireampm_selection}<br{xhtml}>
                                  <input type="hidden" name="expire_second" value="{expire_second}"{xhtml}>
                              </td>
                          </tr>
--- 195,201 ----
                                      {expire_minute_options}
                                  </select>
!                                 {expireampm_selection}
                                  <input type="hidden" name="expire_second" value="{expire_second}"{xhtml}>
+                               </span><br{xhtml}>
                              </td>
                          </tr>




More information about the geeklog-cvs mailing list