Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2121

Přidáno uživatelem David Raška před asi 11 roky(ů)

Opravy:
- Pridani zapomenutych prekladu
- Zmena velikosti popup oken u upozornovaci zpravy

Zobrazit rozdíly:

freenetis/branches/1.1/application/i18n/cs_CZ/texts.php
'add link' => 'Přidat linku',
'add member fee payment by cash' => 'Přidat platbu členského příspěvku hotově',
'add membership transfer' => 'Přidat převod členství',
'add message' => 'Přidat upozorňovací zprávu',
'add new' => 'Přidat nový',
'add new account' => 'Přidat nový účet',
'add new admin' => 'Přidat nového správce',
......
'show request' => 'Zobrazit požadavek',
'show requests' => 'Zobrazit požadavky',
'show selected device' => 'Zobrazit vybrané zařízení',
'show selected message' => 'Zobrazit vybranou zprávu',
'show smokeping record' => 'Zobrazit záznam smokepingu',
'show sms message' => 'Zobrazit SMS zprávu',
'show statements' => 'Zobrazit výpisy',
freenetis/branches/1.1/application/views/messages/show.php
<?php if (module::e('redirection') && $message->text): ?>
<tr>
<th><?php echo __('Content of the message for redirection') ?></th>
<td><?php echo $message->text ?></td>
<td class="notification_message_content"><?php echo $message->text ?></td>
</tr>
<?php endif ?>
<?php if (module::e('email') && $message->email_text): ?>
<tr>
<th><?php echo __('Content of the message for E-mail') ?></th>
<td><?php echo $message->email_text ?></td>
<td class="notification_message_content"><?php echo $message->email_text ?></td>
</tr>
<?php endif ?>
<?php if (module::e('sms') && $message->sms_text): ?>
<tr>
<th><?php echo __('Content of the message for SMS') ?></th>
<td><?php echo $message->sms_text ?></td>
<td class="notification_message_content"><?php echo $message->sms_text ?></td>
</tr>
<?php endif ?>
</table>
freenetis/branches/1.1/media/css/style.css
.ui-dialog-content {
padding: 20px !important;
text-align: left;
text-align: left;
}
.ui-dialog-content .notification_message_content {
max-width: 700px;
}
.monitor-down {
background-color: red;
color: white !important;

Také k dispozici: Unified diff