Skip to content
GitLab
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
50e89a3e
Commit
50e89a3e
authored
Sep 18, 2007
by
Penny Leach
Committed by
Nigel McNie
Oct 17, 2007
Browse files
more string i18n
parent
e1157d20
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/view.php
View file @
50e89a3e
...
...
@@ -92,5 +92,7 @@ $string['err.removecolumn'] = 'Failed to delete column';
$string
[
'confirmdeleteblockinstance'
]
=
'Are you sure you wish to delete this block?'
;
$string
[
'addnewblockhere'
]
=
'Add new block here'
;
$string
[
'addcolumn'
]
=
'Add column'
;
$string
[
'removecolumn'
]
=
'Remove column'
;
?>
htdocs/theme/default/templates/view/column.tpl
View file @
50e89a3e
...
...
@@ -2,26 +2,26 @@
<div
class=
"column-header"
>
{
if
$column
==
1
}
<div
class=
"add-column-left"
>
<input
type=
"submit"
class=
"submit addcolumn"
name=
"action_addcolumn_before_1"
value=
"
Add Column
"
>
<input
type=
"submit"
class=
"submit addcolumn"
name=
"action_addcolumn_before_1"
value=
"
{
str
tag
=
'addcolumn'
section
=
'view'
}
"
>
</div>
{/
if
}
<div
class=
"remove-column"
>
<input
type=
"submit"
class=
"submit removecolumn"
name=
"action_removecolumn_column_
{
$column
}
"
value=
"
R
emove
C
olumn"
>
<input
type=
"submit"
class=
"submit removecolumn"
name=
"action_removecolumn_column_
{
$column
}
"
value=
"
{
str
tag
=
'r
emove
c
olumn
'
section
=
'view'
}
"
>
</div>
{
if
$column
==
$numcolumns
}
<div
class=
"add-column-right"
>
<input
type=
"submit"
class=
"submit addcolumn"
name=
"action_addcolumn_before_
{
$column
+
1
}
"
value=
"
Add Column
"
>
<input
type=
"submit"
class=
"submit addcolumn"
name=
"action_addcolumn_before_
{
$column
+
1
}
"
value=
"
{
str
tag
=
'addcolumn'
section
=
'view'
}
"
>
</div>
{
else
}
<div
class=
"add-column-center"
>
<input
type=
"submit"
class=
"submit addcolumn"
name=
"action_addcolumn_before_
{
$column
+
1
}
"
value=
"
Add Column
"
>
<input
type=
"submit"
class=
"submit addcolumn"
name=
"action_addcolumn_before_
{
$column
+
1
}
"
value=
"
{
str
tag
=
'addcolumn'
section
=
'view'
}
"
>
</div>
{/
if
}
</div>
<div
class=
"column-content"
>
{
if
!
$javascript
}
<div
class=
"add-button"
>
<input
type=
"submit"
class=
"submit newblockhere"
name=
"action_addblocktype_column_
{
$column
}
_order_1"
value=
"
A
dd
new
block
here"
>
<input
type=
"submit"
class=
"submit newblockhere"
name=
"action_addblocktype_column_
{
$column
}
_order_1"
value=
"
{
str
tag
=
'a
ddnewblockhere
'
section
=
'view'
}
"
>
</div>
{/
if
}
{
$blockcontent
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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