Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
52654a9d
Commit
52654a9d
authored
Aug 18, 2013
by
Luciano Baraglia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed label for gii generated form [skip ci]
parent
4a02e0b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
form.php
framework/yii/gii/generators/form/templates/form.php
+1
-1
No files found.
framework/yii/gii/generators/form/templates/form.php
View file @
52654a9d
...
...
@@ -27,7 +27,7 @@ use yii\widgets\ActiveForm;
<?php
endforeach
;
?>
<div
class=
"form-group"
>
<?php
echo
'<?php'
;
?>
echo Html::submitButton('
Login
', array('class' => 'btn btn-primary')); ?>
<?php
echo
'<?php'
;
?>
echo Html::submitButton('
Submit
', array('class' => 'btn btn-primary')); ?>
</div>
<?php
echo
'<?php'
;
?>
ActiveForm::end(); ?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment