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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
9d440ef6
Commit
9d440ef6
authored
Mar 21, 2014
by
Thiago Talma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
With checkbox
parent
497af804
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gii.js
extensions/gii/assets/gii.js
+1
-0
files.php
extensions/gii/views/default/view/files.php
+2
-2
No files found.
extensions/gii/assets/gii.js
View file @
9d440ef6
...
@@ -98,6 +98,7 @@ yii.gii = (function ($) {
...
@@ -98,6 +98,7 @@ yii.gii = (function ($) {
var
initToggleActions
=
function
()
{
var
initToggleActions
=
function
()
{
$
(
'#action-toggle :input'
).
change
(
function
()
{
$
(
'#action-toggle :input'
).
change
(
function
()
{
$
(
this
).
parent
(
'label'
).
toggleClass
(
'active'
,
this
.
checked
);
$
(
'.'
+
this
.
value
,
'.default-view-files table'
).
toggle
(
this
.
checked
).
find
(
'.check input'
).
attr
(
'disabled'
,
!
this
.
checked
);
$
(
'.'
+
this
.
value
,
'.default-view-files table'
).
toggle
(
this
.
checked
).
find
(
'.check input'
).
attr
(
'disabled'
,
!
this
.
checked
);
checkAllToggle
();
checkAllToggle
();
});
});
...
...
extensions/gii/views/default/view/files.php
View file @
9d440ef6
...
@@ -12,11 +12,11 @@ use yii\gii\CodeFile;
...
@@ -12,11 +12,11 @@ use yii\gii\CodeFile;
*/
*/
?>
?>
<div
class=
"default-view-files"
>
<div
class=
"default-view-files"
>
<div
id=
"action-toggle"
class=
"btn-group btn-group-xs pull-right"
data-toggle=
"buttons"
>
<div
id=
"action-toggle"
class=
"btn-group btn-group-xs pull-right"
>
<label
class=
"btn btn-success active"
title=
"Filter files that are created"
>
<label
class=
"btn btn-success active"
title=
"Filter files that are created"
>
<input
type=
"checkbox"
value=
"
<?=
CodeFile
::
OP_CREATE
?>
"
checked
>
Create
<input
type=
"checkbox"
value=
"
<?=
CodeFile
::
OP_CREATE
?>
"
checked
>
Create
</label>
</label>
<label
class=
"btn btn-
info
active"
title=
"Filter files that are unchanged."
>
<label
class=
"btn btn-
default
active"
title=
"Filter files that are unchanged."
>
<input
type=
"checkbox"
value=
"
<?=
CodeFile
::
OP_SKIP
?>
"
checked
>
Unchanged
<input
type=
"checkbox"
value=
"
<?=
CodeFile
::
OP_SKIP
?>
"
checked
>
Unchanged
</label>
</label>
<label
class=
"btn btn-warning active"
title=
"Filter files that are overwritten"
>
<label
class=
"btn btn-warning active"
title=
"Filter files that are overwritten"
>
...
...
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