Fixed pref module

This commit is contained in:
Ludovic Marcotte 2015-04-28 13:40:27 -04:00 committed by Francis Lachapelle
parent aa4dc45aa7
commit dd13abd701

View file

@ -76,12 +76,11 @@
<script type="text/ng-template" id="generalPreferences.html">
<md-content layout="row" class="md-flex">
<md-tabs class="md-accent">
<md-tabs md-dynamic-height="true">
<!-- GENERAL OPTIONS -->
<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><var:string label:value="SOGo Version :"/></div>
<div><var:string value="sogoVersion"/></div>
@ -229,7 +228,7 @@
-->
<script type="text/ng-template" id="calendarsPreferences.html">
<md-content layout="row" class="md-flex">
<md-tabs class="md-accent">
<md-tabs md-dynamic-height="true">
<!-- CALENDAR - GENERAL -->
<md-tab id="calendarOptionsView"
@ -469,7 +468,7 @@
-->
<script type="text/ng-template" id="addressbooksPreferences.html">
<md-content layout="row" class="md-flex">
<md-tabs class="md-accent">
<md-tabs md-dynamic-height="true">
<!-- CONTACT > GENERAL -->
<!-- <md-tab id="contactsGeneralTab"
@ -518,7 +517,7 @@
<script type="text/ng-template" id="mailerPreferences.html">
<var:if condition="userHasMailAccess">
<md-content layout="row" class="md-flex">
<md-tabs class="md-accent">
<md-tabs md-dynamic-height="true">
<!-- MAIL > GENERAL -->
<md-tab id="mailGeneralTab" aria-controls="mailGeneralTab-content" label:label="General">