[Frontend] Markup updates to label and grid-item

WTD-1423
Depends on CSS and font updates in 2a032bf
This commit is contained in:
Charles Hacskaylo 2015-07-01 09:50:53 -07:00
parent 2a032bf66d
commit 7e89c13839
2 changed files with 10 additions and 8 deletions

View File

@ -27,17 +27,18 @@
<mct-include key="_checkbox"></mct-include> <mct-include key="_checkbox"></mct-include>
</div> </div>
<div class='right abs'> <div class='right abs'>
<div class='ui-symbol icon alert hidden' onclick="alert('Not yet functional. When this is visible, it means that this object needs to be updated. Clicking will allow that action via a dialog.');">!</div> <div class='ui-symbol icon l-icon-alert'></div>
<div class='ui-symbol icon profile' title="Shared">P</div> <div class='ui-symbol icon profile' title="Shared">P</div>
<!-- this will be toggled by a ng-show -->
<span class='ui-symbol icon l-link-icon' title="This object is a link">&#xf4;</span>
</div> </div>
</div> </div>
<div class='item-main abs'> <div class='item-main abs'>
<div class='ui-symbol icon lg item-type'> <div class='ui-symbol icon lg item-type'>
{{type.getGlyph()}} {{type.getGlyph()}}
<!-- this will be toggled by a ng-show --> <!-- this will be toggled by a ng-show -->
<span class='ui-symbol icon l-link-icon' title="This object is a link">&#xf4;</span> <span
class='ui-symbol icon l-icon-link' title="This object is a link"
ng-show = "true"
></span>
</div> </div>
<div class='ui-symbol icon abs item-open'>}</div> <div class='ui-symbol icon abs item-open'>}</div>
</div> </div>

View File

@ -23,10 +23,11 @@
<span class='ui-symbol icon type-icon'> <span class='ui-symbol icon type-icon'>
{{type.getGlyph()}} {{type.getGlyph()}}
<!-- this will be toggled by a ng-show --> <!-- this will be toggled by a ng-show -->
<span class='ui-symbol icon l-link-icon'> <span
&#xf4; class='ui-symbol icon l-icon-link'
</span> ng-show="true"
<span class='ui-symbol icon alert hidden'>!</span> ></span>
<span class='ui-symbol icon l-icon-alert'></span>
</span> </span>
<span class='title-label'> <span class='title-label'>
{{model.name}} {{model.name}}