Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
62852fa5
Commit
62852fa5
authored
Aug 10, 2018
by
Liam
Committed by
Rebecca Blundell
Feb 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #1765276: Small changes on the admin side
behatnotneeded Change-Id: Icbb0c04a68cb97bb67d30f19f2da9a45d7a02bd0
parent
c3ea0a8f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
htdocs/theme/raw/plugintype/artefact/blog/templates/posts.tpl
...cs/theme/raw/plugintype/artefact/blog/templates/posts.tpl
+1
-1
htdocs/theme/raw/plugintype/auth/webservice/templates/configform.tpl
...e/raw/plugintype/auth/webservice/templates/configform.tpl
+1
-1
htdocs/theme/raw/sass/form/_input-group.scss
htdocs/theme/raw/sass/form/_input-group.scss
+1
-0
htdocs/theme/raw/templates/admin/users/suspended.tpl
htdocs/theme/raw/templates/admin/users/suspended.tpl
+1
-1
htdocs/theme/raw/templates/form/userlist.tpl
htdocs/theme/raw/templates/form/userlist.tpl
+1
-1
No files found.
htdocs/theme/raw/plugintype/artefact/blog/templates/posts.tpl
View file @
62852fa5
...
...
@@ -70,7 +70,7 @@
{
if
$post
->
files
}
<div
class=
"has-attachment card card-secondary collapsible"
id=
"postfiles_
{
$post
->
id
}
"
>
<h5
class=
"card-head
ing
"
>
<h5
class=
"card-head
er
"
>
<a
class=
"text-left collapsed"
data-toggle=
"collapse"
href=
"#attach_
{
$post
->
id
}
"
aria-expanded=
"false"
>
<span
class=
"icon left icon-paperclip"
role=
"presentation"
aria-hidden=
"true"
></span>
<span
class=
"text-small"
>
{
str
tag
=
attachedfiles
section
=
artefact
.
blog
}
</span>
...
...
htdocs/theme/raw/plugintype/auth/webservice/templates/configform.tpl
View file @
62852fa5
...
...
@@ -11,7 +11,7 @@
<span
class=
"icon icon-chevron-down right collapse-indicator float-right"
role=
"presentation"
aria-hidden=
"true"
></span>
</a>
</h2>
<div
class=
"card-body table-responsive collapse
{
if
$
.
foreach
.
elements
.
first
}
in
{/
if
}{
if
$
.
foreach
.
elements
.
last
}
no-footer
{/
if
}
"
id=
"
{
$element.name
}
_pseudofieldset"
>
<div
class=
"card-body table-responsive collapse
{
if
$
.
foreach
.
elements
.
first
}
show
{/
if
}{
if
$
.
foreach
.
elements
.
last
}
no-footer
{/
if
}
"
id=
"
{
$element.name
}
_pseudofieldset"
>
{
foreach
from
=
$element.elements
item
=
item
}
{
$item.value
|
safe
}
{/
foreach
}
...
...
htdocs/theme/raw/sass/form/_input-group.scss
View file @
62852fa5
...
...
@@ -56,6 +56,7 @@
.form-control
{
display
:
inline-block
;
width
:
auto
;
flex
:
0
1
auto
;
}
}
.pieform
.input-group-btn
{
...
...
htdocs/theme/raw/templates/admin/users/suspended.tpl
View file @
62852fa5
...
...
@@ -15,7 +15,7 @@
<th>
{
str
tag
=
expired
section
=
admin
}
</th>
<th><div
class=
"headhtml allnone-toggles"
>
<div
class=
"btn-group"
role=
"group"
>
<a
class=
"btn btn-sm btn-secondary"
href=
""
id=
"selectall"
>
{
str
tag
=
'All'
}
</a>
<a
class=
"btn active btn-sm btn-secondary"
href=
""
id=
"selectnone"
>
{
str
tag
=
'none'
}
</a>
<a
class=
"btn btn-sm btn-secondary"
href=
""
id=
"selectall"
>
{
str
tag
=
'All'
}
</a><a
class=
"btn active btn-sm btn-secondary"
href=
""
id=
"selectnone"
>
{
str
tag
=
'none'
}
</a>
</div>
</div>
</th>
...
...
htdocs/theme/raw/templates/form/userlist.tpl
View file @
62852fa5
...
...
@@ -137,7 +137,7 @@
<label
for=
"{
{
$name
}
}_search"
class=
"plain sr-only"
>
{
{
str
tag
=
'filter'
}
}
</label>
<div
class=
"input-group"
>
<input
id=
"{
{
$name
}
}_search"
type=
"text"
class=
"text form-control"
>
<span
class=
"input-group-
btn
"
>
<span
class=
"input-group-
append
"
>
<button
id=
"{
{
$name
}
}_search_btn"
type=
"button"
class=
"btn btn-primary"
>
{
{
str
tag
=
'search'
}
}
</button>
...
...
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