A couple text changes for consistency on menu management and also trimmed whitespace from text area
This commit is contained in:
parent
f5cd351d6e
commit
f391d095b0
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||||
|
|
||||||
<div id="navigationManagement">
|
<div id="navigationManagement">
|
||||||
<h2>Navigation Management</h2>
|
<h2>Menu Management</h2>
|
||||||
|
|
||||||
<#if errorMessage??>
|
<#if errorMessage??>
|
||||||
<div id="errorAlert">
|
<div id="errorAlert">
|
||||||
|
@ -16,10 +16,10 @@
|
||||||
|
|
||||||
<#if menuN3??>
|
<#if menuN3??>
|
||||||
<form class="" action="${urls.base}/${currentPage}" method="post">
|
<form class="" action="${urls.base}/${currentPage}" method="post">
|
||||||
<label for="navigatioN3">Setup the primary navigational menu for your website</label>
|
<label for="navigatioN3">Setup the primary navigation menu for your website</label>
|
||||||
<textarea name="navigationN3" id="navigationN3" cols="45" rows="40" class="maxWidth">
|
<textarea name="navigationN3" id="navigationN3" cols="45" rows="40" class="maxWidth">
|
||||||
${menuN3}
|
${menuN3}<#t><#-- The trim directive here is to trim leading and trailing white-space -->
|
||||||
</textarea>
|
</textarea><#lt><#-- This directive trims only leading white-space -->
|
||||||
<input name="submit" id="submit" value="Save" type="submit"/> or <a href="${urls.base}${cancelUrl}">Cancel</a>
|
<input name="submit" id="submit" value="Save" type="submit"/> or <a href="${urls.base}${cancelUrl}">Cancel</a>
|
||||||
</form>
|
</form>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue