mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
use translated strings
This commit is contained in:
parent
64470891ba
commit
e96e94d471
|
@ -39,7 +39,7 @@ class SeedDMS_View_Hooks extends SeedDMS_Bootstrap_Style {
|
||||||
|
|
||||||
echo "<table class=\"table\">\n";
|
echo "<table class=\"table\">\n";
|
||||||
echo "<thead>";
|
echo "<thead>";
|
||||||
echo "<tr><th>Type</th><th>Name of hook</th><th>Name of class</th><th>File</th></tr>\n";
|
echo "<tr><th>".getMLText('type_of_hook')."</th><th>".getMLText('hook_name')."</th><th>".getMLText('class_name')."</th><th>".getMLText('file')."</th></tr>\n";
|
||||||
echo "</thead>";
|
echo "</thead>";
|
||||||
echo "<tbody>";
|
echo "<tbody>";
|
||||||
foreach(array('controller', 'view') as $type) {
|
foreach(array('controller', 'view') as $type) {
|
||||||
|
@ -71,7 +71,7 @@ class SeedDMS_View_Hooks extends SeedDMS_Bootstrap_Style {
|
||||||
$this->globalNavigation();
|
$this->globalNavigation();
|
||||||
$this->contentStart();
|
$this->contentStart();
|
||||||
$this->pageNavigation(getMLText("admin_tools"), "admin_tools");
|
$this->pageNavigation(getMLText("admin_tools"), "admin_tools");
|
||||||
$this->contentHeading("Hooks");
|
$this->contentHeading(getMLText("list_hooks"));
|
||||||
|
|
||||||
self::list_hooks();
|
self::list_hooks();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user