- Fix the problem tha public links where not properly displayed.

This commit is contained in:
Paulo Gustavo Veiga
2012-09-17 22:20:22 -03:00
parent 000b6a693d
commit 7246260220
5 changed files with 9 additions and 7 deletions

View File

@@ -50,9 +50,9 @@ solid black" src="${baseUrl}/c/maps/${mindmap.id}/embed?zoom=1"> </iframe&
</div>
<div class="tab-pane fade" id="publicUrlTab">
<spring:message code="DIRECT_LINK"/>:
<p><spring:message code="DIRECT_LINK_EXPLANATION"/></p>
<input name="url" value="${baseUrl}/c/maps/${mindmap.id}/public"
style="width:400px"
style="width:400px;cursor: text"
readonly="readonly"/>
</div>
</div>