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
f0a63a21
Commit
f0a63a21
authored
Jul 11, 2018
by
Liam
Committed by
Rebecca Blundell
Feb 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #1765276: Portfolio changes
behatnotneeded Change-Id: Ifa2f2802736b4c4bd61a0deeb8cea1ccfa39c164
parent
a5b3fb08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
htdocs/theme/raw/plugintype/artefact/file/templates/form/filebrowser.tpl
...w/plugintype/artefact/file/templates/form/filebrowser.tpl
+2
-2
htdocs/theme/raw/templates/form/emaillist.tpl
htdocs/theme/raw/templates/form/emaillist.tpl
+1
-1
No files found.
htdocs/theme/raw/plugintype/artefact/file/templates/form/filebrowser.tpl
View file @
f0a63a21
...
...
@@ -156,7 +156,7 @@
</label>
<span
class=
"input-group"
>
<input
type=
"text"
class=
"text form-control"
name=
"
{
$prefix
}
_createfolder_name"
id=
"
{
$prefix
}
_createfolder_name"
size=
"40"
/>
<span
class=
"input-group-
btn
"
>
<span
class=
"input-group-
append
"
>
<button
type=
"submit"
class=
"btn btn-primary"
name=
"
{
$prefix
}
_createfolder"
id=
"
{
$prefix
}
_createfolder"
value=
"
{
str
tag
=
createfolder
section
=
artefact
.
file
}
"
>
<span
class=
"icon icon-folder-open"
role=
"presentation"
aria-hidden=
"true"
></span>
{
str
tag
=
createfolder
section
=
artefact
.
file
}
...
...
@@ -166,7 +166,7 @@
</div>
{/
if
}
<div
class=
"filelist-wrapper card card-
secondary
"
>
<div
class=
"filelist-wrapper card card-
block
"
>
<h3
id=
"
{
$prefix
}
_foldernav"
class=
"card-heading"
>
{
include
file
=
"artefact:file:form/folderpath.tpl"
path
=
$path
querybase
=
$querybase
owner
=
$tabs.owner
ownerid
=
$tabs.ownerid
}
</h3>
...
...
htdocs/theme/raw/templates/form/emaillist.tpl
View file @
f0a63a21
...
...
@@ -61,7 +61,7 @@
}
{
{
$name
}
}
_newrefinput
=
jQuery
(
'
<input>
'
,
{
'type'
:
'text'
,
'id'
:
'addnew{{$name}}'
,
'class'
:
'form-control'
}
);
{
{
$name
}
}
_newrefsubmit
=
jQuery
(
'
<input>
'
,
{
'type'
:
'submit'
,
'class'
:
'btn btn-secondary'
,
'value'
:
'{{$addbuttonstr}}'
}
);
{
{
$name
}
}
_newrefsubmit
=
jQuery
(
'
<input>
'
,
{
'type'
:
'submit'
,
'class'
:
'btn btn-secondary
input-group-append
'
,
'value'
:
'{{$addbuttonstr}}'
}
);
{
{
$name
}
}
_newref
=
jQuery
(
'
<div>
'
,
{
'class'
:
'input-group'
}
).
append
({
{
$name
}
}
_newrefinput
,
'
'
,{
{
$name
}
}
_newrefsubmit
);
jQuery
(
'
#{
{
$name
}
}_list
'
).
append
({
{
$name
}
}
_newref
);
...
...
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