Просмотр исходного кода

add additional info to clientarea

andre 4 лет назад
Родитель
Сommit
75269c354a
1 измененных файлов с 4 добавлено и 6 удалено
  1. 4 6
      configure_groupware.tpl

+ 4 - 6
configure_groupware.tpl

@@ -307,11 +307,9 @@ var _localLang = {
                                         <div class="form-group">
                                             <label for="customfield{$customfields[0].id}">{$customfields[0].name}</label>
                                             {$customfields[0].input}
-                                            {if $customfields[0].description}
-                                                <span class="field-help-text">
-                                                    {$customfields[0].description}
-                                                </span>
-                                            {/if}
+                                            <div class="alert alert-info">
+                                                Test
+                                            </div>
                                         </div>
                                     </td>
                                     <td></td>
@@ -319,7 +317,7 @@ var _localLang = {
                                         <div class="form-group">
                                         {$customfields[1].input}
                                         <label for="customfield{$customfields[1].id}">{$customfields[1].name}</label>
-                                            <div class="alert alert-warning">
+                                            <div class="alert alert-info">
                                                 Test
                                             </div>
                                         </div>