NIHVIVO-2595 adding title attribute to anchor tags

This commit is contained in:
tworrall 2011-11-30 21:25:07 +00:00
parent 89e55aafde
commit b0fc727218
53 changed files with 109 additions and 109 deletions

View file

@ -32,7 +32,7 @@
</p>
<p>
<a href="${passwordLink}">${passwordLink}</a>
<a href="${passwordLink}" title="password">${passwordLink}</a>
</p>
<p>

View file

@ -2,7 +2,7 @@
<#-- Template for adding a user account -->
<h3><a class="account-menu" href="accountsAdmin">User accounts</a> > Add new account</h3>
<h3><a class="account-menu" href="accountsAdmin" title="add new account">User accounts</a> > Add new account</h3>
<#if errorEmailIsEmpty??>
<#assign errorMessage = "You must supply an email address." />
@ -89,7 +89,7 @@
</section>
</#if>
<p><input type="submit" name="submitAdd" value="Add new account" class="submit" /> or <a class="cancel" href="${formUrls.list}">Cancel</a></p>
<p><input type="submit" name="submitAdd" value="Add new account" class="submit" /> or <a class="cancel" href="${formUrls.list}" title="cancel">Cancel</a></p>
<p class="requiredHint">* required fields</p>
</form>

View file

@ -26,8 +26,8 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/edit/forms/css/auto
<p>
<label for="associatedProfileName">Associated profile:</label>
<span class="acSelectionInfo" id="associatedProfileName"></span>
<a href="" id="verifyProfileLink">(verify this match)</a>
<a href="" id="changeProfileLink">(change profile)</a>
<a href="" id="verifyProfileLink" title="verify this match">(verify this match)</a>
<a href="" id="changeProfileLink" title="change profile">(change profile)</a>
</p>
<input type="hidden" id="associatedProfileUri" name="associatedProfileUri" value="" />
</div>

View file

@ -2,7 +2,7 @@
<#-- Template for editing a user account -->
<h3><a class="account-menu" href="accountsAdmin">User accounts</a> > Edit account</h3>
<h3><a class="account-menu" href="accountsAdmin" title="edit account">User accounts</a> > Edit account</h3>
<#if errorEmailIsEmpty??>
<#assign errorMessage = "You must supply an email address." />
@ -97,7 +97,7 @@
</section>
</#if>
<p><input type="submit" id="submitMyAccount" name="submitEdit" value="Save changes" class="submit" disabled /> or <a class="cancel" href="${formUrls.list}">Cancel</a></p>
<p><input type="submit" id="submitMyAccount" name="submitEdit" value="Save changes" class="submit" disabled /> or <a class="cancel" href="${formUrls.list}" title="cancel">Cancel</a></p>
<p class="requiredHint">* required fields</p>
</form>

View file

@ -54,7 +54,7 @@
</p>
</#if>
<p><input type="submit" name="submit" value="Create account" class="submit"/> or <a class="cancel" href="${urls.home}">Cancel</a></p>
<p><input type="submit" name="submit" value="Create account" class="submit"/> or <a class="cancel" href="${urls.home}" title="cancel">Cancel</a></p>
</form>
</section>

View file

@ -12,7 +12,7 @@
<section class="account-feedback">
<p>
A new account for
<a href="${newUserAccount.editUrl}">${newUserAccount.firstName} ${newUserAccount.lastName}</a>
<a href="${newUserAccount.editUrl}" title="new account">${newUserAccount.firstName} ${newUserAccount.lastName}</a>
was successfully created.
<#if emailWasSent?? >
A notification email has been sent to ${newUserAccount.emailAddress}
@ -26,7 +26,7 @@
<section class="account-feedback">
<p>
The account for
<a href="${updatedUserAccount.editUrl}">${updatedUserAccount.firstName} ${updatedUserAccount.lastName}</a>
<a href="${updatedUserAccount.editUrl}" title="updated account">${updatedUserAccount.firstName} ${updatedUserAccount.lastName}</a>
has been updated.
<#if emailWasSent?? >
A confirmation email has been sent to ${updatedUserAccount.emailAddress}
@ -60,7 +60,7 @@
</select>
<#if roleFilterUri?has_content>
<span><a href="${formUrls.list}"> View all accounts</a></span>
<span><a href="${formUrls.list}" title="view all acounts"> View all accounts</a></span>
</#if>
</form>
</section>
@ -80,7 +80,7 @@
</section>
<#if searchTerm?has_content>
<section id="search-feedback">
<p>Search results for "<strong>${searchTerm}</strong>" | <span><a href="${formUrls.list}"> View all accounts</a></span></p>
<p>Search results for "<strong>${searchTerm}</strong>" | <span><a href="${formUrls.list}" title="view all accounts"> View all accounts</a></span></p>
</section>
</#if>
<form method="POST" action="${formUrls.list}" id="account-display" class="customForm" role="accounts display">
@ -156,7 +156,7 @@
</#if>
<#if account.editUrl != "">
<a ${disableDeleteAccount} href="${account.editUrl}" >${account.emailAddress}</a>
<a ${disableDeleteAccount} href="${account.editUrl}" title="disable account">${account.emailAddress}</a>
<!-- when this link is clicked, editAccount is noticed and all other fields are ignored. -->
<#else>
${account.emailAddress}

View file

@ -84,7 +84,7 @@
<input type="password" name="confirmPassword" value="${confirmPassword}" id="confirm-password" role="input" />
</#if>
<p><input type="submit" id="submitMyAccount" name="submitMyAccount" value="Save changes" class="submit" disabled /> or <a class="cancel" href="${urls.referringPage}">Cancel</a></p>
<p><input type="submit" id="submitMyAccount" name="submitMyAccount" value="Save changes" class="submit" disabled /> or <a class="cancel" href="${urls.referringPage}" title="cancel">Cancel</a></p>
<p class="requiredHint">* required fields</p>
</form>

View file

@ -35,7 +35,7 @@
<p class="proxy-info">%label% | <span class="class-label">%classLabel%</span>
<br />
<a class='remove-proxy' href="." templatePart="remove">Remove selection</a>
<a class='remove-proxy' href="." templatePart="remove" title="remove selection">Remove selection</a>
<input type="hidden" name="proxyUri" value="%uri%" role="input" />
</p>