|
|
@@ -90,7 +90,7 @@ class Route_TableMsgs extends RouteBase {
|
|
|
</style>
|
|
|
<div class="container">
|
|
|
<h3><i class="glyphicon glyphicon-envelope"></i> Wiadomości powiązane z rekordem nr <code><?php echo $idRow; ?></code>
|
|
|
- <br><small>z tabeli <a href="index.php?MENU_INIT=VIEWTABLE_AJAX&ZASOB_ID=<?php echo $idTable; ?>"><?php echo $tblAcl->getLabel(); ?></a></small>
|
|
|
+ <br><small>z tabeli <a href="index.php?MENU_INIT=VIEWTABLE_AJAX&ZASOB_ID=<?php echo $idTable; ?>"><?php echo $tblAcl->getRawLabel(); ?></a></small>
|
|
|
</h3>
|
|
|
<?php if ($createdId > 0) : ?>
|
|
|
<?php echo SE_Layout::alert('info', "Wysłano wiadomość nr '{$createdId}'"); ?>
|
|
|
@@ -704,7 +704,7 @@ function tblMsgsLoadMoreRows(n) {
|
|
|
<div class="container">
|
|
|
<h3><i class="glyphicon glyphicon-envelope"></i> <a href="<?php echo $backLink; ?>">Wiadomości powiązane z rekordem nr <?php echo $idRow; ?></a>
|
|
|
» Wiadomość nr <code><?php echo $msg['_raw']->ID; ?></code>
|
|
|
- <br><small>z tabeli <a href="index.php?MENU_INIT=VIEWTABLE_AJAX&ZASOB_ID=<?php echo $idTable; ?>"><?php echo $tblAcl->getLabel(); ?></a></small>
|
|
|
+ <br><small>z tabeli <a href="index.php?MENU_INIT=VIEWTABLE_AJAX&ZASOB_ID=<?php echo $idTable; ?>"><?php echo $tblAcl->getRawLabel(); ?></a></small>
|
|
|
</h3>
|
|
|
<div class="panel panel-<?php echo $msg['type']; ?>">
|
|
|
<div class="panel-heading">
|