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
9e79e7bd
Commit
9e79e7bd
authored
Jan 07, 2011
by
Evonne Cheung
Committed by
Richard Mansfield
Jan 07, 2011
Browse files
Change 'display my view' link
Signed-off-by:
Richard Mansfield
<
richard.mansfield@catalyst.net.nz
>
parent
2ec53578
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/static/style/style.css
View file @
9e79e7bd
...
...
@@ -973,8 +973,8 @@ ul.edit-view-tabs li a.current-tab, ul.in-page-tabs li a.current-tab:link, ul.ed
padding
:
4px
10px
;
cursor
:
default
;
}
ul
.
in-page-tabs
li
.fr
{
float
:
right
!important
;
ul
.
edit-view-tabs
li
.displaymyview
{
margin
:
0
!important
;
}
.subpage
{
border
:
1px
solid
#d1d1d1
;
...
...
htdocs/theme/raw/templates/view/editviewtabs.tpl
View file @
9e79e7bd
...
...
@@ -3,5 +3,5 @@
<li><a
{
if
$selected
==
'content'
}
class=
"current-tab"
{/
if
}
href=
"
{
$WWWROOT
}
view/blocks.php?id=
{
$viewid
}{
if
$new
}
&new=1
{/
if
}
"
>
{
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
}{
if
$new
}
&new=1
{/
if
}
"
>
{
str
tag
=
edittitleanddescription
section
=
view
}
</a></li>
{/
if
}
<li><a
{
if
$selected
==
'layout'
}
class=
"current-tab"
{/
if
}
href=
"
{
$WWWROOT
}
view/layout.php?id=
{
$viewid
}{
if
$new
}
&new=1
{/
if
}
"
>
{
str
tag
=
editlayout
section
=
view
}
</a></li>
<li
class=
"
fr
"
><a
id=
"btn-displaymyview"
href=
"
{
$displaylink
}{
if
$new
}
&new=1
{/
if
}
"
>
{
str
tag
=
displaymyview
section
=
view
}
»
</a></li>
<li
class=
"
displaymyview
"
><a
id=
"btn-displaymyview"
href=
"
{
$displaylink
}{
if
$new
}
&new=1
{/
if
}
"
>
{
str
tag
=
displaymyview
section
=
view
}
»
</a></li>
</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