view fixes
This commit is contained in:
parent
1663cd60b5
commit
66cba6bbc7
|
@ -45,4 +45,4 @@ session_password: asDD3s2@sAdc983#
|
||||||
mailbox_max_parent_folder_depth: 3
|
mailbox_max_parent_folder_depth: 3
|
||||||
|
|
||||||
# array of logins which only can login to application, comment it to allow everyone to login
|
# array of logins which only can login to application, comment it to allow everyone to login
|
||||||
only_can_logins: [wtodryk]
|
only_can_logins: [wojciech@todryk.pl]
|
||||||
|
|
|
@ -163,6 +163,7 @@ pl:
|
||||||
setup: Konfiguracja
|
setup: Konfiguracja
|
||||||
login: Logowanie
|
login: Logowanie
|
||||||
only_can_logins: Podany identyfikator użytkownika nie uprawnia do korzystania z aplikacji
|
only_can_logins: Podany identyfikator użytkownika nie uprawnia do korzystania z aplikacji
|
||||||
|
logout: Wyloguj
|
||||||
|
|
||||||
internal:
|
internal:
|
||||||
imap_error: Błąd protokołu IMAP
|
imap_error: Błąd protokołu IMAP
|
||||||
|
@ -197,5 +198,4 @@ pl:
|
||||||
view: Pokaż
|
view: Pokaż
|
||||||
version: Wersja
|
version: Wersja
|
||||||
set: Ustaw
|
set: Ustaw
|
||||||
logout: Wyloguj
|
|
||||||
no_file_chosen: Nie wybrano żadnego pliku
|
no_file_chosen: Nie wybrano żadnego pliku
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
@ -84,7 +84,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .block {
|
#sidebar .block {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 10px;
|
||||||
padding-bottom: 1px;
|
padding-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -578,6 +578,7 @@ div.actiongroup {
|
||||||
|
|
||||||
div.logo {
|
div.logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#logo {
|
div#logo {
|
||||||
|
|
|
@ -15,6 +15,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
<% end %>
|
<% end %>
|
||||||
<br/>
|
<br/>
|
||||||
<%= raw single_action_onclick('logout','common','power.png',user_logout_path) %>
|
<%= raw single_action_onclick('logout','user','power.png',user_logout_path) %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
<div class="block logo"><img src="<%= current_theme_image_path('logo_small.png')%>" alt="Mailr"/></div>
|
<div class="logo">
|
||||||
|
<%= link_to image_tag(current_theme_image_path("logo_small.png"),:alt=> t(:mailr,:scope=>:common)), root_path %>
|
||||||
|
</div>
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
<div class="group navform wat-cf">
|
<div class="group navform wat-cf">
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<button class="button" type="submit">
|
<button class="button" type="submit">
|
||||||
<img src="<%= current_theme_image_path('key.png')%>" alt="login" /> <%= t(:log_in,:scope=>:common) %>
|
<img src="<%= current_theme_image_path('key.png')%>" alt="login" /> <%= t(:please_login,:scope=>:user) %>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<%= raw form_field(@user,"first_name",nil,"Joe","") %>
|
<%= raw form_field(@user,"first_name",nil,"Joe","") %>
|
||||||
<%= raw form_field(@user,"last_name",nil,"Doe","") %>
|
<%= raw form_field(@user,"last_name",nil,"Doe","") %>
|
||||||
<%= raw form_field(@server,"name",nil,"server.domain","") %>
|
<%= raw form_field(@server,"name",nil,"server.domain","") %>
|
||||||
<%= raw form_button('send',"tick.png") %>
|
<%= raw single_action('send','compose',"up.png") %>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue