Revize 1644
Přidáno uživatelem David Raška před asi 12 roky(ů)
freenetis/branches/testing/media/css/m.style.css | ||
---|---|---|
display: inline-block;
|
||
width: 90px;
|
||
overflow: hidden;
|
||
font-weight: normal;
|
||
}
|
||
|
||
input, textarea {
|
freenetis/branches/testing/media/css/style.css | ||
---|---|---|
}
|
||
|
||
.status div#user_ip_address {
|
||
display: inline-block;
|
||
width: 90px;
|
||
width: 650px;
|
||
overflow: hidden;
|
||
height: 18px;
|
||
}
|
||
|
||
#header .logout {
|
freenetis/branches/testing/application/i18n/cs_CZ/texts.php | ||
---|---|---|
'select vlan' => 'Vyber VLAN',
|
||
'selected interface for connecting to is already connected throught different link - <a href="%s/ifaces/remove_from_link/%s" id="remove_from_link">remove from link</a>' => 'Vybrané rozhraní pro připojení k je již připojeno skrze jinou linku - <a href="%s/ifaces/remove_from_link/%s" id="remove_from_link">Odstranit z linky</a>',
|
||
'selected account does not exist'=>'Vybraný účet neexistuje',
|
||
'self-cancelable' => 'Samozrušitelná',
|
||
'self-cancelable message' => 'Samozrušitelná zpráva',
|
||
'self-registration' => 'Samo-registrace',
|
||
'sending message failed' => 'Odeslání zprávy selhalo',
|
||
... | ... | |
'user' => 'Uživatel',
|
||
'user acceptation' => 'Potvrzení uživatelem',
|
||
'user can disable redirection' => 'Uživatel může zrušit přesměrování',
|
||
'user-cancelable' => 'Zrušitelná uživatelem',
|
||
'user cannot be deleted, he has some dependent items in database' => 'Uživatel nelze smazat, má závislé objekty v databázi.',
|
||
'user contacts' => 'Uživatelské kontakty',
|
||
'user from' => 'Uživatel Od',
|
freenetis/branches/testing/application/controllers/messages.php | ||
---|---|---|
->style('width: 600px');
|
||
|
||
$form->dropdown('self_cancel')
|
||
->label('Self-cancelable')
|
||
->label('User-cancelable')
|
||
->options($self_cancel)
|
||
->selected(Message_Model::SELF_CANCEL_MEMBER)
|
||
->style('width: 600px');
|
||
... | ... | |
$message->type == Message_Model::UNALLOWED_CONNECTING_PLACE_MESSAGE)
|
||
{
|
||
$form->dropdown('self_cancel')
|
||
->label(__('Self-cancelable').
|
||
->label('User-cancelable'.
|
||
': '.help::hint('self_cancel'))
|
||
->options($self_cancel)
|
||
->selected($message->self_cancel);
|
||
... | ... | |
->label(__('Content of the message for SMS').': '.
|
||
help::hint('content_of_message'))
|
||
->rules('length[1,760]')
|
||
->style('width: 650px; height: 150px')
|
||
->style('width: 100%; height: 150px')
|
||
->value($message->sms_text);
|
||
}
|
||
|
freenetis/branches/testing/application/views/main.php | ||
---|---|---|
theme_advanced_statusbar_location : "bottom",
|
||
theme_advanced_resizing : false,
|
||
height : "480px",
|
||
width : "656px",
|
||
width : "600px",
|
||
extended_valid_elements : "iframe[src|width|height|name|align]",
|
||
convert_urls : 0,
|
||
remove_script_host : 0
|
Také k dispozici: Unified diff
Opravy:
- #274: oprava velikosti WYSIWYG editoru
- #275: oprava zobrazeni IP adresy s reverznim zaznamem v hlavicce