(html) Fix UserRightsEditor templates

pull/105/head
Francis Lachapelle 2015-09-11 11:30:38 -04:00
parent 90a3fcacaf
commit 05882362f0
2 changed files with 9 additions and 13 deletions

View File

@ -6,7 +6,7 @@
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
xmlns:uix="OGo:uix">
<div class="addressbookUserRights" layout="column">
<div layout="column">
<md-checkbox name="canViewObjects"
ng-model="acl.selectedUser.rights.canViewObjects"

View File

@ -1,16 +1,12 @@
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE var:component>
<var:component xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:label="OGo:label"
xmlns:rsrc="OGo:url"
className="UIxPageFrame"
title="title"
const:toolbar="none"
const:popup="YES">
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
xmlns:uix="OGo:uix">
<div layout="column">
<md-input-container>
@ -74,4 +70,4 @@
</div>
</var:component>
</container>