color picker feedback
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<div ng-controller="Umbraco.PropertyEditors.ColorPickerController">
|
||||
|
||||
<div ng-hide="model.config.items.length === 0" >
|
||||
<localize key="colorpicker_noColors">You havn't defined any colors</localize>
|
||||
</div>
|
||||
|
||||
<ul class="thumbnails color-picker">
|
||||
<li ng-repeat="(key, val) in model.config.items" ng-class="{active: model.value === val}">
|
||||
<a ng-click="selectItem(val)" class="thumbnail" style="background-color:#{{val}}">
|
||||
|
||||
@@ -693,6 +693,9 @@ To manage your website, simply open the umbraco back office and start adding con
|
||||
You can publish this page and all it's sub-pages by checking <em>publish all children</em> below.
|
||||
]]></key>
|
||||
</area>
|
||||
<area alias="colorpicker">
|
||||
<key alias="noColors">You have not configured any approved colors</key>
|
||||
</area>
|
||||
<area alias="relatedlinks">
|
||||
<key alias="addExternal">Add external link</key>
|
||||
<key alias="addInternal">Add internal link</key>
|
||||
|
||||
Reference in New Issue
Block a user