[vhffs-dev] [2021] fixed template search when no object is found |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2021
Author: gradator
Date: 2012-02-19 00:59:40 +0100 (Sun, 19 Feb 2012)
Log Message:
-----------
fixed template search when no object is found
Modified Paths:
--------------
trunk/vhffs-panel/templates/admin/misc/list.tt
trunk/vhffs-panel/templates/admin/object/list.tt
Modified: trunk/vhffs-panel/templates/admin/misc/list.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/misc/list.tt 2012-02-18 23:40:13 UTC (rev 2020)
+++ trunk/vhffs-panel/templates/admin/misc/list.tt 2012-02-18 23:59:40 UTC (rev 2021)
@@ -24,5 +24,5 @@
</tbody>
</table>
[% ELSE %]
-<p>[% 'No object found' | i18n | html %]
+<p>[% 'No object found' | i18n | html %]</p>
[% END %]
Modified: trunk/vhffs-panel/templates/admin/object/list.tt
===================================================================
--- trunk/vhffs-panel/templates/admin/object/list.tt 2012-02-18 23:40:13 UTC (rev 2020)
+++ trunk/vhffs-panel/templates/admin/object/list.tt 2012-02-18 23:59:40 UTC (rev 2021)
@@ -24,5 +24,5 @@
</tbody>
</table>
[% ELSE %]
-<p>[% 'No object found' | i18n | html %]
+<p>[% 'No object found' | i18n | html %]</p>
[% END %]