Fixes: U4-3631 Disable preview button when there is no template assigned, since there is nothing to preview then...

This commit is contained in:
perploug
2013-12-09 14:17:51 +01:00
parent f15682ef60
commit 15b55f2b36

View File

@@ -40,7 +40,7 @@
<div class="umb-tab-buttons" ng-class="{'umb-dimmed': busy}">
<div class="btn-group">
<div class="btn-group" ng-show="content.template">
<a class="btn" ng-click="preview(content)">
<localize key="buttons_showPage">Preview page</localize>
</a>