Revize 45b2c3c7
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/views/messages/show.php | ||
---|---|---|
<?php if (module::e('sms') && $message->sms_text): ?>
|
||
<tr>
|
||
<th><?php echo __('Content of the message for SMS') ?></th>
|
||
<td class="notification_message_content"><?php echo $message->sms_text ?></td>
|
||
<td class="notification_message_content"><?php echo html::specialchars($message->sms_text) ?></td>
|
||
</tr>
|
||
<?php endif ?>
|
||
</table>
|
Také k dispozici: Unified diff
Merge from SVN trunk.