Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
addcpm-json
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Александр Чаплыгин
addcpm-json
Commits
1becf33b
Commit
1becf33b
authored
Mar 18, 2019
by
Александр Чаплыгин
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Правка для названия поля в форме авторизации
parent
c04c6bc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
common.js
src/public/js/common.js
+6
-0
layout-main.phtml
src/templates/layout/layout-main.phtml
+1
-1
No files found.
src/public/js/common.js
View file @
1becf33b
...
...
@@ -535,6 +535,12 @@ $(document).ready(function(){
if
(
$
(
this
).
val
()
==
''
)
$
(
this
).
parent
().
removeClass
(
'input--filled'
);
});
// Убрать название поля изнутри input-а
$
(
'form.b-popup__login .input__field'
).
each
(
function
(){
$
(
this
).
parent
().
addClass
(
'input--filled'
);
});
// *** Disable scroll ***
// left: 37, up: 38, right: 39, down: 40,
...
...
src/templates/layout/layout-main.phtml
View file @
1becf33b
...
...
@@ -98,7 +98,7 @@ $urlHome = $this->url('home',['lang' => $lang]);
?>
<a
href=
"
<?=
$urlCabinet
?>
"
class=
"annotation"
title=
"
<?=
_t
(
"Настройки профиля"
)
?>
"
>
<?=
$identity
->
getEmail
()
?>
</a>
</div>
<div
class=
"header-logout col sm-
2
order-xs-1"
>
<div
class=
"header-logout col sm-
1
order-xs-1"
>
<a
href=
"
<?=
$this
->
url
(
'logout'
,
[
'lang'
=>
$lang
])
?>
"
title=
"
<?=
_t
(
"Выход"
)
?>
"
class=
"annotation"
>
<?=
_t
(
"Выход"
)
?>
</a>
</div>
<?php
else
:
?>
...
...
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