Message "No modules have been detected." is being displayed in the ACP if there are no modules in one of the sections of the Portal
This commit is contained in:
@@ -45,6 +45,10 @@
|
|||||||
<a href="{modules_top.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_top.U_DELETE}">{ICON_DELETE}</a>
|
<a href="{modules_top.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_top.U_DELETE}">{ICON_DELETE}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- BEGINELSE -->
|
||||||
|
<tr>
|
||||||
|
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||||
|
</tr>
|
||||||
<!-- END modules_top -->
|
<!-- END modules_top -->
|
||||||
</table>
|
</table>
|
||||||
<p class="quick">
|
<p class="quick">
|
||||||
@@ -68,6 +72,10 @@
|
|||||||
<a href="{modules_left.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_left.U_DELETE}">{ICON_DELETE}</a>
|
<a href="{modules_left.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_left.U_DELETE}">{ICON_DELETE}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- BEGINELSE -->
|
||||||
|
<tr>
|
||||||
|
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||||
|
</tr>
|
||||||
<!-- END modules_left -->
|
<!-- END modules_left -->
|
||||||
</table>
|
</table>
|
||||||
<p class="quick">
|
<p class="quick">
|
||||||
@@ -89,6 +97,10 @@
|
|||||||
<a href="{modules_center.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_center.U_DELETE}">{ICON_DELETE}</a>
|
<a href="{modules_center.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_center.U_DELETE}">{ICON_DELETE}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- BEGINELSE -->
|
||||||
|
<tr>
|
||||||
|
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||||
|
</tr>
|
||||||
<!-- END modules_center -->
|
<!-- END modules_center -->
|
||||||
</table>
|
</table>
|
||||||
<p class="quick">
|
<p class="quick">
|
||||||
@@ -110,6 +122,10 @@
|
|||||||
<a href="{modules_right.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_right.U_DELETE}">{ICON_DELETE}</a>
|
<a href="{modules_right.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_right.U_DELETE}">{ICON_DELETE}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- BEGINELSE -->
|
||||||
|
<tr>
|
||||||
|
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||||
|
</tr>
|
||||||
<!-- END modules_right -->
|
<!-- END modules_right -->
|
||||||
</table>
|
</table>
|
||||||
<p class="quick">
|
<p class="quick">
|
||||||
@@ -134,6 +150,10 @@
|
|||||||
<a href="{modules_bottom.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_bottom.U_DELETE}">{ICON_DELETE}</a>
|
<a href="{modules_bottom.U_EDIT}">{ICON_EDIT}</a> <a href="{modules_bottom.U_DELETE}">{ICON_DELETE}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<!-- BEGINELSE -->
|
||||||
|
<tr>
|
||||||
|
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||||
|
</tr>
|
||||||
<!-- END modules_bottom -->
|
<!-- END modules_bottom -->
|
||||||
</table>
|
</table>
|
||||||
<p class="quick">
|
<p class="quick">
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ if (empty($lang) || !is_array($lang))
|
|||||||
|
|
||||||
// Common
|
// Common
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'PORTAL' => 'Portal',
|
'PORTAL' => 'Portal',
|
||||||
|
'NO_MODULES' => 'No modules have been detected.',
|
||||||
));
|
));
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user