aboutsummaryrefslogtreecommitdiff
path: root/h-source/Library/Scaffold.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2013-10-14 16:06:56 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2013-10-14 16:06:56 +0000
commita93461b231fb94f3a6a9df09a30557732201ddcc (patch)
treef278951ee7746da2a618ec57043c57fafe779c1d /h-source/Library/Scaffold.php
parent6fa0219202ce4ccc5c4592e66031bb0f7f8be2b0 (diff)
added new EasyGiant Library
Diffstat (limited to 'h-source/Library/Scaffold.php')
-rwxr-xr-xh-source/Library/Scaffold.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Library/Scaffold.php b/h-source/Library/Scaffold.php
index 7e43134..4c5b46c 100755
--- a/h-source/Library/Scaffold.php
+++ b/h-source/Library/Scaffold.php
@@ -74,7 +74,7 @@ class Scaffold
'recordPerPage' => 10,
'mainMenu' => 'panel,add',
'formMenu' => 'panel,back',
- 'postSubmitValue' => 'Save',
+ 'postSubmitValue' => $this->strings->gtext('Save'),
'popup' => false,
'popupType' => 'exclusive'
);
@@ -141,7 +141,7 @@ class Scaffold
$this->itemList->addItem('delForm',$this->_controller.'/'.$this->params['mainAction'],";".$primaryKey.";");
break;
case 'ledit':
- $this->itemList->addItem('ledit',$this->_controller.'/'.$this->params['mainAction'].'/;'.$primaryKey.';','Edit','Edit');
+ $this->itemList->addItem('ledit',$this->_controller.'/'.$this->params['modifyAction'].'/;'.$primaryKey.';','Edit','Edit');
break;
}
}