NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

some mobile ui fixes and fixing some en-lang statements (#1559)

* Update lang.en.php * mobile ui fixes * mobile ui fixes

1522b832
Phoenix Eve Aspacio <[email protected]> 8 years ago
data/web/admin.php        | 2 +-
 data/web/css/admin.css    | 8 +++++++-
 data/web/lang/lang.en.php | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

Diff

diff --git a/data/web/admin.php b/data/web/admin.php
index 81b36ba8..ce3deb69 100644
--- a/data/web/admin.php
+++ b/data/web/admin.php
@@ -657,7 +657,7 @@ $tfa_data = get_tfa();
         <legend><?=$lang['admin']['app_links'];?></legend>
         <p class="help-block"><?=$lang['admin']['merged_vars_hint'];?></p>
         <form class="form-inline" data-id="app_links" role="form" method="post">
-          <table class="table table-condensed" style="width:1%;white-space: nowrap;" id="app_link_table">
+          <table class="table table-condensed" style="white-space: nowrap;" id="app_link_table">
             <tr>
               <th><?=$lang['admin']['app_name'];?></th>
               <th><?=$lang['admin']['link'];?></th>
diff --git a/data/web/css/admin.css b/data/web/css/admin.css
index 880bb6bd..bd6ce1a5 100644
--- a/data/web/css/admin.css
+++ b/data/web/css/admin.css
@@ -64,4 +64,10 @@ body.modal-open {
   font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
   font-size:9pt;
   background:transparent;
-}
\ No newline at end of file
+}
+.bootstrap-select {
+  width: auto!important;
+}
+.table-condensed .input-sm {
+  width: 100%!important;  
+}
diff --git a/data/web/lang/lang.en.php b/data/web/lang/lang.en.php
index d6a1c3ef..6ad8b27e 100644
--- a/data/web/lang/lang.en.php
+++ b/data/web/lang/lang.en.php
@@ -104,7 +104,7 @@ $lang['user']['new_password_description'] = 'Requirement: 6 characters long, let
 $lang['user']['spam_aliases'] = 'Temporary email aliases';
 $lang['user']['alias'] = 'Alias';
 $lang['user']['shared_aliases'] = 'Shared alias addresses';
-$lang['user']['shared_aliases_desc'] = 'A shared alias address is not affected by any user specific settings. A custom spam filter setting can be archived by a domain-wide policy set by an administrator..';
+$lang['user']['shared_aliases_desc'] = 'Shared aliases are not affected by user specific settings such as the spam filter or encryption policy. Corresponding spam filters can only be made by an administrator as a domain-wide policy..';
 $lang['user']['direct_aliases'] = 'Direct alias addresses';
 $lang['user']['direct_aliases_desc'] = 'Direct alias addresses are affected by spam filter and TLS policy settings.';
 $lang['user']['is_catch_all'] = 'Catch-all for domain/s';