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
b805aaf3
Commit
b805aaf3
authored
Dec 20, 2010
by
Richard Mansfield
Browse files
Put content tab first
Signed-off-by:
Richard Mansfield
<
richard.mansfield@catalyst.net.nz
>
parent
efb3a7ba
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/view/editviewtabs.tpl
View file @
b805aaf3
<a
class=
"fr"
id=
"btn-displaymyview"
href=
"
{
$displaylink
}
"
>
{
str
tag
=
displaymyview
section
=
view
}
»
</a>
<ul
class=
"in-page-tabs edit-view-tabs"
>
{
if
$edittitle
}
<li><a
{
if
$selected
==
'title'
}
class=
"current-tab"
{/
if
}
href=
"
{
$WWWROOT
}
view/edit.php?id=
{
$viewid
}
"
>
{
str
tag
=
edittitleanddescription
section
=
view
}
</a></li>
{/
if
}
<li><a
{
if
$selected
==
'content'
}
class=
"current-tab"
{/
if
}
href=
"
{
$WWWROOT
}
view/blocks.php?id=
{
$viewid
}
"
>
{
str
tag
=
editcontent
section
=
view
}
</a></li>
{
if
$edittitle
}
<li><a
{
if
$selected
==
'title'
}
class=
"current-tab"
{/
if
}
href=
"
{
$WWWROOT
}
view/edit.php?id=
{
$viewid
}
"
>
{
str
tag
=
edittitleanddescription
section
=
view
}
</a></li>
{/
if
}
<li><a
{
if
$selected
==
'layout'
}
class=
"current-tab"
{/
if
}
href=
"
{
$WWWROOT
}
view/columns.php?id=
{
$viewid
}
"
>
{
str
tag
=
editlayout
section
=
view
}
</a></li>
</ul>
Write
Preview
Supports
Markdown
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