view fixes

master
Wojciech Todryk 2011-09-18 21:18:52 +02:00
parent 1663cd60b5
commit 66cba6bbc7
9 changed files with 10 additions and 7 deletions

View File

@ -45,4 +45,4 @@ session_password: asDD3s2@sAdc983#
mailbox_max_parent_folder_depth: 3
# 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]

View File

@ -163,6 +163,7 @@ pl:
setup: Konfiguracja
login: Logowanie
only_can_logins: Podany identyfikator użytkownika nie uprawnia do korzystania z aplikacji
logout: Wyloguj
internal:
imap_error: Błąd protokołu IMAP
@ -197,5 +198,4 @@ pl:
view: Pokaż
version: Wersja
set: Ustaw
logout: Wyloguj
no_file_chosen: Nie wybrano żadnego pliku

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -84,7 +84,7 @@ body {
}
#sidebar .block {
margin-bottom: 20px;
margin-bottom: 10px;
padding-bottom: 1px;
}

View File

@ -578,6 +578,7 @@ div.actiongroup {
div.logo {
text-align: center;
margin-bottom: 10px;
}
div#logo {

View File

@ -15,6 +15,6 @@
</ul>
<% end %>
<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>

View File

@ -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>

View File

@ -35,7 +35,7 @@
<div class="group navform wat-cf">
<div class="right">
<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>
</div>
</div>

View File

@ -13,7 +13,7 @@
<%= raw form_field(@user,"first_name",nil,"Joe","") %>
<%= raw form_field(@user,"last_name",nil,"Doe","") %>
<%= raw form_field(@server,"name",nil,"server.domain","") %>
<%= raw form_button('send',"tick.png") %>
<%= raw single_action('send','compose',"up.png") %>
</form>
</div>
</div>