Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
2c949240
Commit
2c949240
authored
May 06, 2010
by
Richard Mansfield
Browse files
Use correct smarty delimiter
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
6caa87d7
Changes
5
Show whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/form/authlist.tpl
View file @
2c949240
{
auto_escape
off
}
{
{
auto_escape
off
}
}
<script
type=
"text/javascript"
>
function
move_up
(
id
)
{
...
...
@@ -194,4 +194,4 @@ IMPORTANT: do not introduce any new whitespace into the instanceList div.
<button
type=
"button"
onclick=
"addinstance(); return false;"
name=
"button"
value=
"foo"
>
{
{
str
tag
=
Add
section
=
admin
}
}
</button>
<input
type=
"hidden"
id=
"instancePriority"
name=
"instancePriority"
value=
"{
{
$instancestring
}
}"
/>
<input
type=
"hidden"
id=
"deleteList"
name=
"deleteList"
value=
""
/>
{/
auto_escape
}
{
{/
auto_escape
}
}
htdocs/theme/raw/templates/form/files.tpl
View file @
2c949240
{
auto_escape
off
}
{
{
auto_escape
off
}
}
<script
type=
"text/javascript"
>
var
{
{
$name
}
}
_current
=
0
;
var
{
{
$name
}
}
_newrefinput
;
...
...
@@ -18,4 +18,4 @@
<input
type=
"file"
name=
"{
{
$name
}
}_files_0"
/>
</div>
<a
href=
""
onclick=
"{
{
$name
}
}_new(); return false;"
>
[+]
</a>
{/
auto_escape
}
{
{/
auto_escape
}
}
htdocs/theme/raw/templates/form/tags.tpl
View file @
2c949240
{
auto_escape
off
}
{
{
auto_escape
off
}
}
<script
type=
"text/javascript"
>
addLoadEvent
(
partial
(
augment_tags_control
,
'
{
{
$id
|
escape
}
}
'
))
</script>
<input
type=
"text"
size=
"{
{
$size
|
escape
}
}"
id=
"{
{
$id
|
escape
}
}"
name=
"{
{
$name
|
escape
}
}"
value=
"{
{
$value
|
escape
}
}"
>
{/
auto_escape
}
{
{/
auto_escape
}
}
htdocs/theme/raw/templates/form/userlist.tpl
View file @
2c949240
{
auto_escape
off
}
{
{
auto_escape
off
}
}
<script
type=
"text/javascript"
>
var
{
{
$name
}
}
_d
;
...
...
@@ -172,4 +172,4 @@
</tr>
</table>
<input
type=
"hidden"
id=
"{
{
$name
}
}"
name=
"{
{
$name
}
}"
value=
"{
{
$value
}
}"
>
{/
auto_escape
}
{
{/
auto_escape
}
}
htdocs/theme/raw/templates/form/viewacl.tpl
View file @
2c949240
{
auto_escape
off
}
{
{
auto_escape
off
}
}
<input
type=
"hidden"
name=
"accesslist"
value=
""
>
<div
id=
"viewacl_lhs"
>
<div
id=
"potentialpresetitems"
></div>
...
...
@@ -323,4 +323,4 @@ addLoadEvent(function() {
});
</script>
{/
auto_escape
}
{
{/
auto_escape
}
}
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