adding icons and change label msg

This commit is contained in:
Ezequiel Bergamaschi 2014-02-03 00:46:35 -03:00 committed by Ezequiel Bergamaschi
parent ea95ba0ec7
commit b99cb2f8a3
2 changed files with 4 additions and 5 deletions

View File

@ -142,7 +142,7 @@ IMPORTING=Importing ...
NEW=New
MIND_FILE=File
PARENT_LABEL=Nest label under
CHOOSE_COLOR=Choose a color
COLOR=Color
CHOOSE_LABEL=Choose a label
SELECT_LABEL=Please select a label
NO_SEARCH_RESULT=No mindmap available for the selected filter criteria
@ -255,7 +255,6 @@ CAPTCHA_LOADING_ERROR=ReCaptcha could not be loaded. You must have access to Goo
ACCESS_HAS_BEEN_REVOKED= Upps. your access permissions to this map has been revoked. Contact map owner.
MAP_CAN_NOT_BE_FOUND= Upps. The map can not be found. It must have been deleted.
LABEL_CAN_NOT_BE_FOUND= Upps. The label can not be found. It must have been deleted.
LABEL_MINDMAP_RELATION_NOT_BE_FOUND= Upps. The label can not be found on map. It must have already been deleted.
LICENSE=License
WELCOME_TO_WISEMAPPING=Welcome to WiseMapping
WELCOME_DETAILS=WiseMapping will enable you to create and read your mind maps everywhere. With WiseMapping you can: <ul><li>Embed mind map it in web pages and blogs</li><li>Link mind map and documents</li><li>Share your maps with friend and colleagues</li><li>Export your maps SVG,PNG,JPG and FreeMind</li></ul>.

View File

@ -205,7 +205,7 @@
<div class="btn-group">
<button id='addLabelButton' class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
<i class="icon-plus icon-white"></i>
<i class="icon-tag icon-white"></i>
<spring:message code="LABEL"/>
<span class="caret"></span>
</button>
@ -213,7 +213,7 @@
<ul id="labelList" class="dropdown-menu">
<li id="createLabelBtn">
<a href="#" onclick="return false">
<!--i class="icon-tag"></i-->
<i class="icon-plus"></i>
<spring:message code="CREATE"/>
</a>
</li>
@ -333,7 +333,7 @@
placeholder="<spring:message code="LABEL_NAME_HINT"/>" autofocus="autofocus" maxlength="30"/>
</div>
<div id="colorGroup" class="input-group">
<label class="control-label" for="colorChooser"><spring:message code="CHOOSE_COLOR"/>:</label>
<label class="control-label" for="colorChooser"><spring:message code="COLOR"/>:</label>
<input class="form-control" name="color" id="colorChooser" type="text" style="width: 70px" required="required" value="#000000"/>
<!--hack, maybe there is a compatibility problem with bootstrap-->
<span class="input-group-addon" style="display: inline-block; position: relative; top: 5px"><i></i></span>