Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
c73fa567
Commit
c73fa567
authored
Jul 12, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权限 页面修改
parent
4c81a81a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
auth_rule_index.html
application/index/view/auth/auth_rule_index.html
+2
-1
index.html
application/index/view/auth/index.html
+1
-1
auth_rule_index.js
public/resource/js/auth_rule_index.js
+1
-1
No files found.
application/index/view/auth/auth_rule_index.html
View file @
c73fa567
...
...
@@ -31,7 +31,8 @@
<form
class=
"form form-inline"
method=
"get"
action=
"/admin.php/admin/user/index.html"
>
<div
class=
"form-group"
>
<div
class=
"input-group search-form"
>
<input
type=
"text"
name=
"search"
class=
"form-control search-input pull-right"
value=
""
placeholder=
"请输入ID/部分url/名称"
>
<input
type=
"text"
name=
"search"
class=
"form-control"
value=
""
placeholder=
"请输入ID/部分url/名称"
onkeydown=
"if(event.keyCode==13){event.keyCode=0;event.returnValue=false;}"
>
<!--<input class="form-control btn6 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="industry_type" placeholder="请输入ID/部分url/名称" type="text" value="" name="search">-->
<span
class=
"input-group-btn"
>
<button
id=
"search"
type=
"button"
class=
"btn btn-success search-btn"
><i
class=
"glyphicon glyphicon-search"
></i></button>
</span>
...
...
application/index/view/auth/index.html
View file @
c73fa567
...
...
@@ -32,7 +32,7 @@
<form
class=
"form form-inline"
method=
"get"
action=
"/admin.php/admin/user/index.html"
>
<div
class=
"form-group"
>
<div
class=
"input-group search-form"
>
<input
type=
"text"
name=
"search"
class=
"form-control search-input pull-right"
value=
""
placeholder=
"请输入ID/用户名/昵称"
>
<input
type=
"text"
name=
"search"
class=
"form-control search-input pull-right"
value=
""
placeholder=
"请输入ID/用户名/昵称"
onkeydown=
"if(event.keyCode==13){event.keyCode=0;event.returnValue=false;}"
>
<span
class=
"input-group-btn"
>
<button
id=
"search"
type=
"button"
class=
"btn btn-success search-btn"
><i
class=
"glyphicon glyphicon-search"
></i></button>
</span>
...
...
public/resource/js/auth_rule_index.js
View file @
c73fa567
...
...
@@ -9,7 +9,7 @@ authRule={
authRule
.
event
();
},
event
:
function
()
{
$
(
document
).
delegate
(
"#search"
,
"click"
,
function
()
{
//点击
编辑
$
(
document
).
delegate
(
"#search"
,
"click"
,
function
()
{
//点击
搜索
authRule
.
getList
(
1
);
});
$
(
document
).
delegate
(
".edit"
,
"click"
,
function
()
{
//点击编辑
...
...
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