NIHVIVO-2595 adding title attribute to anchor tags
This commit is contained in:
parent
89e55aafde
commit
b0fc727218
53 changed files with 109 additions and 109 deletions
|
@ -63,7 +63,7 @@ $(document).ready(function() {
|
|||
|
||||
<p class="submit">
|
||||
<input type="submit" id="submit" value="editConfiguration.submitLabel"/>
|
||||
<span class="or"> or <a class="cancel" href="${editConfiguration.cancelUrl}">Cancel</a>
|
||||
<span class="or"> or <a class="cancel" href="${editConfiguration.cancelUrl}" title="cancel">Cancel</a>
|
||||
</p>
|
||||
|
||||
</form>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<p>Are you sure you want to remove <em>${menuName}</em> menu item?</p>
|
||||
|
||||
<input type="submit" name="removeMenuItem" value="Remove menu item" class="submit" role="input" /> or <a class="cancel" href="${cancelUrl}">Cancel</a>
|
||||
<input type="submit" name="removeMenuItem" value="Remove menu item" class="submit" role="input" /> or <a class="cancel" href="${cancelUrl}" title="cancel">Cancel</a>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<p>Selected content type for the associated page</p>
|
||||
<p>
|
||||
<span id="selectedContentTypeValue" name="selectedContentTypeValue">${associatedPage}</span>
|
||||
<a href="#" id="changeContentType" name="changeContentType">Change content type</a>
|
||||
<a href="#" id="changeContentType" name="changeContentType" title="change content type">Change content type</a>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
@ -92,7 +92,7 @@
|
|||
</ul>
|
||||
</section>
|
||||
|
||||
<input type="submit" name="submit-${menuAction}" value="Save changes" class="submit" role="input" /> or <a class="cancel" href="${cancelUrl}">Cancel</a>
|
||||
<input type="submit" name="submit-${menuAction}" value="Save changes" class="submit" role="input" /> or <a class="cancel" href="${cancelUrl}" title="cancel">Cancel</a>
|
||||
|
||||
<p class="requiredHint">* required fields</p>
|
||||
</form>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<p class="submit">
|
||||
<input type="hidden" name = "editKey" value="${editKey}"/>
|
||||
<input type="submit" id="submit" value="Create ${typeName}"/>
|
||||
<span class="or"> or <a class="cancel" href="${urls.base}/siteAdmin">Cancel</a>
|
||||
<span class="or"> or <a class="cancel" href="${urls.base}/siteAdmin" title="cancel">Cancel</a>
|
||||
</p>
|
||||
|
||||
<p id="requiredLegend" class="requiredHint">* required fields</p>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<p class="submit">
|
||||
<input type="submit" id="submit" value="${submitLabel}" role="input"/>
|
||||
or <a href="${cancelUrl}" class="cancel">Cancel</a>
|
||||
or <a href="${cancelUrl}" class="cancel" title="cancel">Cancel</a>
|
||||
</p>
|
||||
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue