repo.or.cz
/
silverstripe-elijah.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move to sane directory structure. Don't make 'cms' the top level of the silverstripe...
[silverstripe-elijah.git]
/
silverstripe-gsoc
/
cms
/
templates
/
TaskList.ss
blob
1db4bad92f330e9e34602b9ec3f9238fee9c6fe5
1
<p>$Message</p>
2
3
<ul id="TaskList">
4
<% control Tasks %>
5
<li class="$EvenOdd">
6
<a href="admin/show/$ID">$Title</a>
7
<div class="extra">by $RequestedBy.FirstName $RequestedBy.Surname.Initial, $Created.Ago</div>
8
</li>
9
<% end_control %>
10
</ul>