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
d102f6ca
Commit
d102f6ca
authored
Dec 17, 2010
by
Evonne Cheung
Committed by
Richard Mansfield
Dec 22, 2010
Browse files
Edit view tabs
Signed-off-by:
Richard Mansfield
<
richard.mansfield@catalyst.net.nz
>
parent
6bda6e58
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/view/blocks.tpl
View file @
d102f6ca
...
...
@@ -4,12 +4,12 @@
{/
if
}
{
if
$edittitleurl
}
<ul
class=
"edit-view-tabs"
>
<li>
{
$viewtitle
}
</li
>
<li><a
class=
"current-tab"
href=
"
{
$WWWROOT
}
view/edit.php?id=
{
$viewid
}
"
>
{
str
tag
=
edittitleanddescription
section
=
view
}
</a></li>
<h1>
{
$viewtitle
}
</h1
>
<ul
class=
"in-page-tabs edit-view-tabs"
>
<li><a
href=
"
{
$WWWROOT
}
view/edit.php?id=
{
$viewid
}
"
>
{
str
tag
=
edittitleanddescription
section
=
view
}
</a></li>
<li><a
class=
"current-tab"
href=
"
{
$WWWROOT
}
view/blocks.php?id=
{
$viewid
}
"
>
{
str
tag
=
editcontent
section
=
view
}
</a></li>
</ul>
<div
class=
"rel"
>
<div
class=
"
subpage
rel"
>
{/
if
}
{
if
$columns
}
...
...
htdocs/theme/raw/templates/view/edit.tpl
View file @
d102f6ca
{
include
file
=
"header.tpl"
}
<ul
class=
"edit-view-tabs"
>
<li>
{
$viewtitle
}
</li
>
<h1>
{
$viewtitle
}
</h1
>
<ul
class=
"in-page-tabs edit-view-tabs"
>
<li><a
class=
"current-tab"
href=
"
{
$WWWROOT
}
view/edit.php?id=
{
$viewid
}
"
>
{
str
tag
=
edittitleanddescription
section
=
view
}
</a></li>
<li><a
href=
"
{
$WWWROOT
}
view/blocks.php?id=
{
$viewid
}
"
>
{
str
tag
=
editcontent
section
=
view
}
</a></li>
</ul>
<div
class=
"rel"
>
<div
class=
"
subpage
rel"
>
{
$editview
|
safe
}
</div>
...
...
htdocs/theme/views.css
View file @
d102f6ca
...
...
@@ -30,6 +30,7 @@
/********************** Top pane of Edit View *************************/
#page
#top-pane
{
margin-bottom
:
5px
;
border
:
5px
solid
#eee
;
}
/* The tabs that allow you to select a blocktype category */
#category-list
ul
{
...
...
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