[pLog-svn] r6552 - plog/branches/lifetype-1.2/templates/summary
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Sat Jun 14 18:17:12 EDT 2008
Author: jondaley
Date: 2008-06-14 18:17:12 -0400 (Sat, 14 Jun 2008)
New Revision: 6552
Modified:
plog/branches/lifetype-1.2/templates/summary/index.template
Log:
the tab order is broken, probably wasn't thought about in the last redesign. We should either decide what order we want or remove it entirely. I left the login boxes at the beginning, and then everything else is top to bottom
Modified: plog/branches/lifetype-1.2/templates/summary/index.template
===================================================================
--- plog/branches/lifetype-1.2/templates/summary/index.template 2008-06-14 19:29:12 UTC (rev 6551)
+++ plog/branches/lifetype-1.2/templates/summary/index.template 2008-06-14 22:17:12 UTC (rev 6552)
@@ -14,7 +14,7 @@
<form id="searchForm" method="post" action="{$smarty.server.PHP_SELF}">
<fieldset class="inputField">
<label for="searchTerms">{$locale->tr("search")}:
- <input type="text" tabindex="1" name="searchTerms" id="searchTerms" value="" size="14" /></label>
+ <input type="text" name="searchTerms" id="searchTerms" value="" size="14" /></label>
<label for="searchType">{$locale->tr("search_type")}:
<select name="searchType" id="searchType">
<option value="1">{$locale->tr("posts")}</option>
@@ -23,7 +23,7 @@
</select>
</label>
<input type="hidden" name="op" value="summarySearch" />
- <input type="submit" class="button" name="summarySearch" value="{$locale->tr("search")}" tabindex="21" />
+ <input type="submit" class="button" name="summarySearch" value="{$locale->tr("search")}" />
</fieldset>
</form>
@@ -37,10 +37,10 @@
<a href="admin.php?op=blogSelect">{$locale->tr("summary_go_to_admin")}</a>
{else}
<label for="userName">{$locale->tr("username")}:
- <input type="text" tabindex="2" name="userName" id="userName" value="" size="8" maxlength="50" /></label>
+ <input type="text" tabindex="1" name="userName" id="userName" value="" size="8" maxlength="50" /></label>
<label for="userPassword">{$locale->tr("password")}:
- <input type="password" tabindex="3" name="userPassword" id="userPassword" size="8" maxlength="50" /></label>
- <input type="submit" name="Login" value="{$locale->tr("login")}" class="button" />
+ <input type="password" tabindex="2" name="userPassword" id="userPassword" size="8" maxlength="50" /></label>
+ <input type="submit" name="Login" tabindex="3" value="{$locale->tr("login")}" class="button" />
<input type="hidden" name="op" value="Login" />
<br/>
<a href="?op=resetPasswordForm">{$locale->tr("password_forgotten")}</a>
@@ -121,4 +121,4 @@
</div>
</div>
-{include file="summary/footer.template"}
\ No newline at end of file
+{include file="summary/footer.template"}
More information about the pLog-svn
mailing list