Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
6f0cf425
Commit
6f0cf425
authored
Sep 04, 2008
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change position of Create View, etc. buttons for automatically generated page headings
parent
497ad16c
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
27 deletions
+22
-27
htdocs/artefact/blog/theme/default/list.tpl
htdocs/artefact/blog/theme/default/list.tpl
+1
-3
htdocs/artefact/blog/theme/default/view.tpl
htdocs/artefact/blog/theme/default/view.tpl
+1
-5
htdocs/interaction/forum/lang/en.utf8/interaction.forum.php
htdocs/interaction/forum/lang/en.utf8/interaction.forum.php
+1
-0
htdocs/interaction/forum/theme/default/index.tpl
htdocs/interaction/forum/theme/default/index.tpl
+2
-4
htdocs/interaction/forum/theme/default/view.tpl
htdocs/interaction/forum/theme/default/view.tpl
+2
-0
htdocs/theme/default/static/style/style.css
htdocs/theme/default/static/style/style.css
+3
-6
htdocs/theme/default/templates/view/index.tpl
htdocs/theme/default/templates/view/index.tpl
+12
-9
No files found.
htdocs/artefact/blog/theme/default/list.tpl
View file @
6f0cf425
...
...
@@ -11,11 +11,9 @@
{
include
file
=
"columnleftstart.tpl"
}
<div
id=
"myblogs"
>
<div
class=
"addiconcontainer"
>
<span
class=
"addicon"
>
<span
class=
"addicon fr"
>
<a
href=
"
{
$WWWROOT
}
artefact/blog/new/"
>
{
str
section
=
"artefact.blog"
tag
=
"addblog"
}
</a>
</span>
</div>
<table
id=
"bloglist"
class=
"hidden tablerenderer"
>
<thead>
<tr>
...
...
htdocs/artefact/blog/theme/default/view.tpl
View file @
6f0cf425
...
...
@@ -13,14 +13,10 @@
{
$blog
->
get
(
'description'
)
}
<div
class=
"blogsettingscontainer"
>
<span
class=
"addicon"
>
<span
class=
"addicon fr"
>
<a
href=
"
{
$WWWROOT
}
artefact/blog/post.php?blog=
{
$blog
->
get
(
'id'
)
}
"
>
{
str
section
=
"artefact.blog"
tag
=
"addpost"
}
</a>
</span>
<span
class=
"settingsicon"
>
<a
href=
"
{
$WWWROOT
}
artefact/blog/settings/?id=
{
$blog
->
get
(
'id'
)
}
"
>
{
str
section
=
"artefact.blog"
tag
=
"settings"
}
</a>
</span>
</div>
{
if
$blog
->
count_children
()
>
0
}
<div><table
id=
"postlist"
class=
"hidden tablerenderer"
>
...
...
htdocs/interaction/forum/lang/en.utf8/interaction.forum.php
View file @
6f0cf425
...
...
@@ -107,6 +107,7 @@ $string['subscribetoforum'] = 'Subscribe to forum';
$string
[
'subscribetotopic'
]
=
'Subscribe to topic'
;
$string
[
'Subject'
]
=
'Subject'
;
$string
[
'Topic'
]
=
'Topic'
;
$string
[
'Topics'
]
=
'Topics'
;
$string
[
'topiclower'
]
=
'topic'
;
$string
[
'topicslower'
]
=
'topics'
;
$string
[
'topicclosedsuccess'
]
=
'Topics closed successfully'
;
...
...
htdocs/interaction/forum/theme/default/index.tpl
View file @
6f0cf425
...
...
@@ -2,14 +2,12 @@
{
include
file
=
"sidebar.tpl"
}
{
include
file
=
"columnleftstart.tpl"
}
<h2>
{
str
tag
=
"nameplural"
section
=
interaction
.
forum
}
</h2>
<div>
{
if
$admin
}
<div
class=
"fr"
>
<span
class=
"addicon"
>
<span
class=
"addicon fr"
>
<a
href=
"
{
$WWWROOT
}
interaction/edit.php?group=
{
$groupid
|
escape
}
&plugin=forum"
>
{
str
tag
=
"newforum"
section
=
interaction
.
forum
}
</a>
</span>
</div>
{/
if
}
<br>
{
str
tag
=
"groupadminlist"
section
=
"interaction.forum"
}
...
...
htdocs/interaction/forum/theme/default/view.tpl
View file @
6f0cf425
...
...
@@ -15,6 +15,8 @@
<td
align=
"right"
class=
"subscribetoforum"
>
{
$forum
->
subscribe
}
</td>
</tr>
</table>
<h3>
{
str
tag
=
Topics
section
=
"interaction.forum"
}
</h3>
<span
class=
"addicon fr"
>
<a
href=
"
{
$WWWROOT
}
interaction/forum/edittopic.php?forum=
{
$forum
->
id
|
escape
}
"
>
{
str
tag
=
"newtopic"
section
=
"
interaction
.
forum
}
</a>
</span>
...
...
htdocs/theme/default/static/style/style.css
View file @
6f0cf425
...
...
@@ -199,6 +199,7 @@ a:hover {
font-size
:
11px
;
color
:
#FFF
;
}
span
.addicon
{
display
:
block
;
margin-top
:
-16px
;
float
:
right
;
}
.addicon
form
,
.addicon
form
div
{
display
:
inline
;
...
...
@@ -206,7 +207,7 @@ a:hover {
.addicon
input
.submit
{
height
:
20px
;
}
span
.addicon
a
{
.addicon
a
{
background-color
:
#92b328
;
padding
:
2px
10px
;
border-color
:
#D9DFEA
#b2b2b2
#b2b2b2
#D9DFEA
!important
;
...
...
@@ -216,7 +217,7 @@ span.addicon a {
color
:
#FFF
!important
;
}
#btn-logout
:hover
,
span
.addicon
a
:hover
{
.addicon
a
:hover
{
text-decoration
:
none
;
color
:
#FFF
;
}
...
...
@@ -1690,10 +1691,6 @@ button#dosearch {
#bloglist
{
border-bottom
:
1px
solid
#95a8b7
;
}
#myblogs
.addiconcontainer
{
margin
:
0
;
float
:
right
;
}
#myblogs
.blogsettingscontainer
{
margin-top
:
10px
;
}
...
...
htdocs/theme/default/templates/view/index.tpl
View file @
6f0cf425
...
...
@@ -2,24 +2,25 @@
{
include
file
=
"sidebar.tpl"
}
{
include
file
=
"columnleftstart.tpl"
}
<div>
<span
class=
"addicon fr"
>
{
$createviewform
}
<form
method=
"post"
action=
"
{
$WWWROOT
}
view/choosetemplate.php"
>
<input
type=
"submit"
class=
"submit"
value=
"
{
str
tag
=
"copyaview"
section
=
"view"
}
"
>
{
$createviewform
}
<form
method=
"post"
action=
"
{
$WWWROOT
}
view/choosetemplate.php"
>
<input
type=
"submit"
class=
"submit"
value=
"
{
str
tag
=
"copyaview"
section
=
"view"
}
"
>
{
if
$GROUP
}
<input
type=
"hidden"
name=
"group"
value=
"
{
$GROUP
->
id
}
"
/>
<input
type=
"hidden"
name=
"group"
value=
"
{
$GROUP
->
id
}
"
/>
{
elseif
$institution
}
<input
type=
"hidden"
name=
"institution"
value=
"
{
$institution
}
"
>
<input
type=
"hidden"
name=
"institution"
value=
"
{
$institution
}
"
>
{/
if
}
</form>
</form>
</span>
{
if
$institution
}
{
$institutionselector
}
{/
if
}
{
if
$views
}
<table
id=
"myviewstable"
class=
"groupviews"
>
<table
id=
"myviewstable"
>
<tbody>
{
foreach
from
=
$views
item
=
view
}
<tr
class=
"
{
cycle
values
=
r0
,
r1
}
"
>
<td>
...
...
@@ -80,7 +81,7 @@
</td>
</tr>
{/
foreach
}
</tbody>
</table>
<div
class=
"center"
>
{
$pagination
}
</div>
...
...
@@ -93,6 +94,8 @@
</table>
{/
if
}
</div>
{
include
file
=
"columnleftend.tpl"
}
{
include
file
=
"footer.tpl"
}
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