NIHVIVO-3476: Text on Manage web pages is not movable any more.
This commit is contained in:
parent
99f1c693a0
commit
403ffed9cc
1 changed files with 5 additions and 6 deletions
|
@ -22,11 +22,11 @@
|
||||||
var webpageData = [];
|
var webpageData = [];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ul id="webpageList" ${ulClass} role="list">
|
<#if !editConfiguration.pageData.webpages?has_content>
|
||||||
<#if !editConfiguration.pageData.webpages?has_content>
|
|
||||||
<p>This individual currently has no web pages specified. Add a new web page by clicking on the button below.</p>
|
<p>This individual currently has no web pages specified. Add a new web page by clicking on the button below.</p>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
|
<ul id="webpageList" ${ulClass} role="list">
|
||||||
<#list editConfiguration.pageData.webpages as webpage>
|
<#list editConfiguration.pageData.webpages as webpage>
|
||||||
<li class="webpage" role="listitem">
|
<li class="webpage" role="listitem">
|
||||||
<#if webpage.anchor??>
|
<#if webpage.anchor??>
|
||||||
|
@ -56,7 +56,6 @@
|
||||||
<#-- There is no editConfig at this stage, so we don't need to go through postEditCleanup.jsp on cancel.
|
<#-- There is no editConfig at this stage, so we don't need to go through postEditCleanup.jsp on cancel.
|
||||||
These can just be ordinary links, rather than a v:input element, as in
|
These can just be ordinary links, rather than a v:input element, as in
|
||||||
addAuthorsToInformationResource.jsp. -->
|
addAuthorsToInformationResource.jsp. -->
|
||||||
<br />
|
|
||||||
<a href="${showAddFormUrl}" id="showAddForm" class="button green" title="add new web page">Add New Web Page</a>
|
<a href="${showAddFormUrl}" id="showAddForm" class="button green" title="add new web page">Add New Web Page</a>
|
||||||
|
|
||||||
<a href="${cancelUrl}" id="returnToIndividual" class="return" title="return to individual">Return to Individual</a>
|
<a href="${cancelUrl}" id="returnToIndividual" class="return" title="return to individual">Return to Individual</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue