You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/10/25 18:57:22 UTC

svn commit: r467710 - in /incubator/roller/trunk/web: WEB-INF/jsps/authoring/WeblogEdit.jsp roller-ui/authoring/editors/editor-text.jsp

Author: agilliland
Date: Wed Oct 25 09:57:22 2006
New Revision: 467710

URL: http://svn.apache.org/viewvc?view=rev&rev=467710
Log:
fix tab indexing so that tabbing flows naturally from top to bottom down the entry edit form.


Modified:
    incubator/roller/trunk/web/WEB-INF/jsps/authoring/WeblogEdit.jsp
    incubator/roller/trunk/web/roller-ui/authoring/editors/editor-text.jsp

Modified: incubator/roller/trunk/web/WEB-INF/jsps/authoring/WeblogEdit.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/WEB-INF/jsps/authoring/WeblogEdit.jsp?view=diff&rev=467710&r1=467709&r2=467710
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/jsps/authoring/WeblogEdit.jsp (original)
+++ incubator/roller/trunk/web/WEB-INF/jsps/authoring/WeblogEdit.jsp Wed Oct 25 09:57:22 2006
@@ -160,7 +160,7 @@
     <tr><td class="entryEditFormLabel">
        <label for="categoryId"><fmt:message key="weblogEdit.category" /></label>
     </td><td>
-       <html:select property="categoryId" size="1" tabindex="4">
+       <html:select property="categoryId" size="1" tabindex="2">
        <html:optionsCollection name="model" property="categories" value="id" label="path"  />
        </html:select>
     </td></tr>
@@ -168,7 +168,7 @@
     <tr><td class="entryEditFormLabel">
       <label style="width:10%; float:left;" for="title"><fmt:message key="weblogEdit.tags" /></label>
     </td><td>
-        <html:text styleId="entryEditTags" property="tagsAsString" size="70" maxlength="255" tabindex="2" />
+        <html:text styleId="entryEditTags" property="tagsAsString" size="70" maxlength="255" tabindex="3" />
         <div id="entryEditTagsChoices" style="display:none" class="autocomplete"></div>
 		<br/>
         <script type="text/javascript">
@@ -182,7 +182,7 @@
             <tr><td class="entryEditFormLabel">
                 <label for="locale"><fmt:message key="weblogEdit.locale" /></label>
             </td><td>
-                <html:select property="locale" size="1" tabindex="5">
+                <html:select property="locale" size="1" tabindex="4">
                     <html:options collection="locales" property="value" labelProperty="label"/>
                 </html:select>
             </td></tr>

Modified: incubator/roller/trunk/web/roller-ui/authoring/editors/editor-text.jsp
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/roller-ui/authoring/editors/editor-text.jsp?view=diff&rev=467710&r1=467709&r2=467710
==============================================================================
--- incubator/roller/trunk/web/roller-ui/authoring/editors/editor-text.jsp (original)
+++ incubator/roller/trunk/web/roller-ui/authoring/editors/editor-text.jsp Wed Oct 25 09:57:22 2006
@@ -45,7 +45,7 @@
 <%-- ===================================================================== --%>
 <p class="toplabel"><fmt:message key="weblogEdit.content" /></p>
 
-<html:textarea property="text" cols="75" rows="25" style="width: 100%" tabindex="3"/>
+<html:textarea property="text" cols="75" rows="25" style="width: 100%" tabindex="5"/>
 <script type="text/javascript">
     <!--
     if (getCookie("editorSize1") != null) {
@@ -62,7 +62,7 @@
 <%-- ===================================================================== --%>
 <p class="toplabel"><fmt:message key="weblogEdit.summary" /></p>
 
-<html:textarea property="summary" cols="75" rows="5" style="width: 100%" tabindex="2"/>
+<html:textarea property="summary" cols="75" rows="5" style="width: 100%" tabindex="6"/>
 <script type="text/javascript">
     <!--
     if (getCookie("editorSize") != null) {