summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: db4b4e3)
raw | patch | inline | side by side (parent: db4b4e3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Mar 2008 07:12:06 +0000 (07:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Mar 2008 07:12:06 +0000 (07:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9631 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc b/gosa-plugins/goto/addons/goto/events/class_DaemonEvent.inc
index 3381810235f1af2612bc4859861b4ac77a2a1f0f..c852cfafb88d29c7636c74dd65712410e725bf3d 100644 (file)
$str = "<h2>"._("This job has no template.")."</h2>";
$str.= "<p class='seperator'></p>";
$str.= "<div style='text-align:right;width:100%;padding:3px;'>
- <input type='submit' name='abort_event_dialog' value='"._("Cancel")."'>
+ <input type='submit' name='abort_event_dialog' value='".msgPool::cancelButton()."'>
</div>";
return($str);
}
}
$str = "<p class='seperator'></p>";
$str.= "<div style='text-align:right;width:99%;padding:5px;'>
- <input type='submit' name='save_event_dialog' value='"._("Save")."'>
- <input type='submit' name='abort_event_dialog' value='"._("Cancel")."'>
+ <input type='submit' name='save_event_dialog' value='".msgPool::saveButton()."'>
+ <input type='submit' name='abort_event_dialog' value='".msgPool::cancelButton()."'>
</div>";
return($str);
}