Update Umbraco to 7.12.2

This commit is contained in:
2018-09-16 15:08:47 -04:00
parent 7ed7776432
commit 616ab81bad
764 changed files with 142787 additions and 66790 deletions
@@ -11,8 +11,9 @@
</p>
<umb-button
alias="editUser"
type="link"
href="#/users/framed/%252Fumbraco%252Fusers%252Fedituser.aspx%253Fid%253D{{user.id}}"
href="#/users/users/user/{{user.id}}"
action="model.close()"
button-style="primary"
label="Edit"
@@ -21,6 +22,7 @@
</umb-button>
<umb-button
alias="changePassword"
type="button"
action="togglePasswordFields()"
label="Change password"
@@ -29,10 +31,11 @@
</umb-button>
<umb-button
alias="logOut"
type="button"
action="logout()"
shortcut="ctrl+shift+l"
button-style="warning"
button-style="danger"
label="Log out"
label-key="general_logout">
</umb-button>
@@ -74,6 +77,7 @@
</div>
<div class="umb-control-group" ng-if="!showPasswordFields">
<h5><localize key="user_yourHistory" /></h5>
<ul class="umb-tree">
@@ -98,7 +102,9 @@
novalidate
val-form-manager>
<umb-editor model="changePasswordModel"></umb-editor>
<change-password password-values="changePasswordModel.value"
config="changePasswordModel.config">
</change-password>
<umb-button
type="button"
@@ -120,4 +126,14 @@
</div>
<div class="umb-control-group">
<div ng-repeat="tab in dashboard">
<div ng-repeat="property in tab.properties">
<div>
<h3 ng-if="property.caption">{{property.caption}}</h3>
<div ng-include="property.path"></div>
</div>
</div>
</div>
</div>
</div>