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
0a20cac3
Commit
0a20cac3
authored
Dec 15, 2006
by
Martyn Smith
Committed by
Martyn Smith
Dec 15, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed get_string calls
parent
3d7783c5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
htdocs/theme/default/templates/view/create2.tpl
htdocs/theme/default/templates/view/create2.tpl
+3
-3
htdocs/theme/default/templates/view/create3.tpl
htdocs/theme/default/templates/view/create3.tpl
+3
-3
htdocs/theme/default/templates/view/create4.tpl
htdocs/theme/default/templates/view/create4.tpl
+1
-1
htdocs/view/create4.php
htdocs/view/create4.php
+1
-1
No files found.
htdocs/theme/default/templates/view/create2.tpl
View file @
0a20cac3
...
...
@@ -9,7 +9,7 @@
<div
class=
"box-cnrs"
><span
class=
"cnr-tl"
><span
class=
"cnr-tr"
><span
class=
"cnr-bl"
><span
class=
"cnr-br"
>
<div
class=
"maincontent"
>
<h2>
{
str
tag
=
"createviewstep2"
}
</h2>
<h2>
{
str
tag
=
"createviewstep2"
section
=
"view"
}
</h2>
<div
id=
"createview2"
>
{
literal
}
<select
onchange=
"templates.doupdate(
{
'offset'
:
0
,
'category'
:
this
.
options
[
this
.
selectedIndex
].
value
}
);"
>
...
...
@@ -26,8 +26,8 @@
</table>
</form>
<button
type=
"button"
onclick=
"document.location='create1.php?createid=
{
$createid
}
';"
>
{
str
tag
=
B
ack
}
</button>
<button
type=
"button"
onclick=
"document.location='./';"
>
{
str
tag
=
C
ancel
}
</button>
<button
type=
"button"
onclick=
"document.location='create1.php?createid=
{
$createid
}
';"
>
{
str
tag
=
"b
ack
"
section
=
"view"
}
</button>
<button
type=
"button"
onclick=
"document.location='./';"
>
{
str
tag
=
"c
ancel
"
}
</button>
</div>
</div>
...
...
htdocs/theme/default/templates/view/create3.tpl
View file @
0a20cac3
...
...
@@ -5,7 +5,7 @@
<div
class=
"box-cnrs"
><span
class=
"cnr-tl"
><span
class=
"cnr-tr"
><span
class=
"cnr-bl"
><span
class=
"cnr-br"
>
<div
class=
"maincontent"
>
<h2>
{
str
tag
=
createviewstep3
}
</h2>
<h2>
{
str
tag
=
createviewstep3
section
=
view
}
</h2>
{
literal
}
<style
type=
"text/css"
>
...
...
@@ -16,8 +16,8 @@
<form
action=
""
method=
"post"
>
{
$template
}
<input
type=
"submit"
name=
"cancel"
value=
"
{
str
tag
=
cancel
}
"
>
<input
type=
"submit"
name=
"back"
value=
"
{
str
tag
=
back
}
"
>
<input
type=
"submit"
name=
"submit"
value=
"
{
str
tag
=
next
}
"
>
<input
type=
"submit"
name=
"back"
value=
"
{
str
tag
=
back
section
=
view
}
"
>
<input
type=
"submit"
name=
"submit"
value=
"
{
str
tag
=
next
section
=
view
}
"
>
</form>
</div>
<script
type=
"text/javascript"
>
...
...
htdocs/theme/default/templates/view/create4.tpl
View file @
0a20cac3
...
...
@@ -4,7 +4,7 @@
<div
class=
"content"
>
<div
class=
"box-cnrs"
><span
class=
"cnr-tl"
><span
class=
"cnr-tr"
><span
class=
"cnr-bl"
><span
class=
"cnr-br"
>
<div
class=
"maincontent"
>
<h2>
{
str
tag
=
createviewstep4
}
</h2>
<h2>
{
str
tag
=
createviewstep4
section
=
"view"
}
</h2>
{
$createview4form
}
</div>
...
...
htdocs/view/create4.php
View file @
0a20cac3
...
...
@@ -44,7 +44,7 @@ $form = array(
),
'submit'
=>
array
(
'type'
=>
'cancelbackcreate'
,
'value'
=>
array
(
get_string
(
'cancel'
),
get_string
(
'back'
),
get_string
(
'createview'
))
'value'
=>
array
(
get_string
(
'cancel'
),
get_string
(
'back'
,
'view'
),
get_string
(
'createview'
,
'view'
))
)
)
);
...
...
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