mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
translate strings (fixes bug #86)
This commit is contained in:
parent
6f08c702ef
commit
275896d95c
|
@ -960,7 +960,7 @@ function clearFilename<?php print $formName ?>() {
|
|||
$this->contentStart();
|
||||
|
||||
print "<div class=\"alert alert-error\">";
|
||||
print "<h4>Error!</h4>";
|
||||
print "<h4>".getMLText('error')."!</h4>";
|
||||
print htmlspecialchars($error);
|
||||
print "</div>";
|
||||
print "<div><button class=\"btn\" onclick=\"window.history.back();\">".getMLText('back')."</button></div>";
|
||||
|
|
|
@ -131,7 +131,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Bootstrap_Style {
|
|||
<p>Please wait, until document tree is loaded …</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true">Close</button>
|
||||
<button class="btn btn-primary" data-dismiss="modal" aria-hidden="true"><?php print getMLText("close"); ?></button>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue
Block a user