[Dojo-checkins] alex - r3617 - trunk/src/widget/templates
dojo-checkins-admin at dojotoolkit.org
dojo-checkins-admin at dojotoolkit.org
Wed Apr 19 20:00:58 MDT 2006
Author: alex
Date: Wed Apr 19 20:00:58 2006
New Revision: 3617
Modified:
trunk/src/widget/templates/HtmlEditorToolbarOneline.html
Log:
new justify/center icon order
Modified: trunk/src/widget/templates/HtmlEditorToolbarOneline.html
==============================================================================
--- trunk/src/widget/templates/HtmlEditorToolbarOneline.html (original)
+++ trunk/src/widget/templates/HtmlEditorToolbarOneline.html Wed Apr 19 20:00:58 2006
@@ -222,13 +222,6 @@
</span>
</td>
<td>
- <!-- justify center -->
- <span class="iconContainer" dojoAttachPoint="justifycenterButton"
- dojoOnClick="justifycenterClick; buttonClick;">
- <span title="Center" class="icon justifycenter" unselectable="on"> </span>
- </span>
- </td>
- <td>
<!-- justify left -->
<span class="iconContainer" dojoAttachPoint="justifyleftButton"
dojoOnClick="justifyleftClick; buttonClick;">
@@ -236,10 +229,10 @@
</span>
</td>
<td>
- <!-- justify full -->
- <span class="iconContainer" dojoAttachPoint="justifyfullButton"
- dojoOnClick="justifyfullClick; buttonClick;">
- <span title="Justify Both" class="icon justifyfull" unselectable="on"> </span>
+ <!-- justify center -->
+ <span class="iconContainer" dojoAttachPoint="justifycenterButton"
+ dojoOnClick="justifycenterClick; buttonClick;">
+ <span title="Center" class="icon justifycenter" unselectable="on"> </span>
</span>
</td>
<td>
@@ -248,6 +241,13 @@
dojoOnClick="justifyrightClick; buttonClick;">
<span title="Justify Right" class="icon justifyright" unselectable="on"> </span>
</span>
+ </td>
+ <td>
+ <!-- justify full -->
+ <span class="iconContainer" dojoAttachPoint="justifyfullButton"
+ dojoOnClick="justifyfullClick; buttonClick;">
+ <span title="Justify Both" class="icon justifyfull" unselectable="on"> </span>
+ </span>
</td>
<td width="*"> </td>
</tr>
More information about the Dojo-checkins
mailing list