Fixed pref module

This commit is contained in:
Ludovic Marcotte
2015-06-12 11:58:53 -04:00
committed by Francis Lachapelle
parent aa4dc45aa7
commit dd13abd701
@@ -76,12 +76,11 @@
<script type="text/ng-template" id="generalPreferences.html"> <script type="text/ng-template" id="generalPreferences.html">
<md-content layout="row" class="md-flex"> <md-content layout="row" class="md-flex">
<md-tabs class="md-accent"> <md-tabs md-dynamic-height="true">
<!-- GENERAL OPTIONS --> <!-- GENERAL OPTIONS -->
<md-tab id="generalOptionsView" aria-controls="generalOptionsView-content" label:label="General"> <md-tab id="generalOptionsView" aria-controls="generalOptionsView-content" label:label="General">
<div role="tabpanel" aria-labelledby="generalOptionsView" id="generalOptionsView-content"> <div aria-labelledby="generalOptionsView" id="generalOptionsView-content">
<div layout="row" layout-align="space-around center"> <div layout="row" layout-align="space-around center">
<div><var:string label:value="SOGo Version :"/></div> <div><var:string label:value="SOGo Version :"/></div>
<div><var:string value="sogoVersion"/></div> <div><var:string value="sogoVersion"/></div>
@@ -229,7 +228,7 @@
--> -->
<script type="text/ng-template" id="calendarsPreferences.html"> <script type="text/ng-template" id="calendarsPreferences.html">
<md-content layout="row" class="md-flex"> <md-content layout="row" class="md-flex">
<md-tabs class="md-accent"> <md-tabs md-dynamic-height="true">
<!-- CALENDAR - GENERAL --> <!-- CALENDAR - GENERAL -->
<md-tab id="calendarOptionsView" <md-tab id="calendarOptionsView"
@@ -469,7 +468,7 @@
--> -->
<script type="text/ng-template" id="addressbooksPreferences.html"> <script type="text/ng-template" id="addressbooksPreferences.html">
<md-content layout="row" class="md-flex"> <md-content layout="row" class="md-flex">
<md-tabs class="md-accent"> <md-tabs md-dynamic-height="true">
<!-- CONTACT > GENERAL --> <!-- CONTACT > GENERAL -->
<!-- <md-tab id="contactsGeneralTab" <!-- <md-tab id="contactsGeneralTab"
@@ -518,7 +517,7 @@
<script type="text/ng-template" id="mailerPreferences.html"> <script type="text/ng-template" id="mailerPreferences.html">
<var:if condition="userHasMailAccess"> <var:if condition="userHasMailAccess">
<md-content layout="row" class="md-flex"> <md-content layout="row" class="md-flex">
<md-tabs class="md-accent"> <md-tabs md-dynamic-height="true">
<!-- MAIL > GENERAL --> <!-- MAIL > GENERAL -->
<md-tab id="mailGeneralTab" aria-controls="mailGeneralTab-content" label:label="General"> <md-tab id="mailGeneralTab" aria-controls="mailGeneralTab-content" label:label="General">