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>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||
</tr>
|
||||
<!-- END modules_top -->
|
||||
</table>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||
</tr>
|
||||
<!-- END modules_left -->
|
||||
</table>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||
</tr>
|
||||
<!-- END modules_center -->
|
||||
</table>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||
</tr>
|
||||
<!-- END modules_right -->
|
||||
</table>
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" style="text-align: center;">{L_NO_MODULES}</td>
|
||||
</tr>
|
||||
<!-- END modules_bottom -->
|
||||
</table>
|
||||
<p class="quick">
|
||||
|
||||
@@ -36,6 +36,7 @@ if (empty($lang) || !is_array($lang))
|
||||
|
||||
// Common
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL' => 'Portal',
|
||||
'PORTAL' => 'Portal',
|
||||
'NO_MODULES' => 'No modules have been detected.',
|
||||
));
|
||||
?>
|
||||
Reference in New Issue
Block a user