mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
use translated text for 'legend'
This commit is contained in:
parent
99669e8452
commit
b9a9c9e5dd
|
@ -210,7 +210,7 @@ echo "</div>\n";
|
|||
|
||||
echo "<div class=\"span4\">\n";
|
||||
echo "<div class=\"well\">\n";
|
||||
print "<legend>Legend</legend>\n";
|
||||
print "<legend>".getMLText("legend")."</legend>\n";
|
||||
print "<ul class=\"unstyled\">\n";
|
||||
print "<li><span style=\"color:black\">".getMLText("access_inheritance")." </span></li>";
|
||||
print "<li><span style=\"color:".$this->getAccessColor(M_ALL)."\">".getMLText("access_mode_all")." </span></li>";
|
||||
|
|
Loading…
Reference in New Issue
Block a user