mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
(html) Fix UserRightsEditor templates
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user