Update button labels
Update button labels in Server Config Atom whitespace removal in hardware.phone
This commit is contained in:
parent
0fa539bd6a
commit
5ad6f5bae0
|
@ -34,6 +34,7 @@ trait bmoFunctions {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getActionBar($request) {
|
public function getActionBar($request) {
|
||||||
|
dbug('request',$request);
|
||||||
$buttons = array();
|
$buttons = array();
|
||||||
switch ($request['display']) {
|
switch ($request['display']) {
|
||||||
case 'sccp_adv':
|
case 'sccp_adv':
|
||||||
|
@ -92,13 +93,13 @@ trait bmoFunctions {
|
||||||
'submit' => array(
|
'submit' => array(
|
||||||
'name' => 'ajaxsubmit',
|
'name' => 'ajaxsubmit',
|
||||||
'id' => 'ajaxsubmit',
|
'id' => 'ajaxsubmit',
|
||||||
'value' => _("Submit")
|
'value' => _("Save")
|
||||||
),
|
),
|
||||||
'reset' => array(
|
'reset' => array(
|
||||||
'name' => 'reset',
|
'name' => 'reset',
|
||||||
'id' => 'ajaxcancel',
|
'id' => 'ajaxcancel',
|
||||||
'data-reload' => 'reload',
|
'data-reload' => 'reload',
|
||||||
'value' => _("Reset")
|
'value' => _("Cancel")
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue