~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/theme/default/templates/group/leave.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Nigel McNie
  • Date: 2008-04-29 11:15:39 UTC
  • Revision ID: james.westby@ubuntu.com-20080429111539-b28eqkagavaub2zr
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{include file="header.tpl"}
 
2
{include file="sidebar.tpl"}
 
3
 
 
4
{include file="columnleftstart.tpl"}
 
5
<h2>{$heading|escape}</h2>
 
6
{include file="group/simplegroup.tpl" group=$group}
 
7
<div class="message">
 
8
<p>{$message}</p>
 
9
{$form}
 
10
</div>
 
11
{include file="columnleftend.tpl"}
 
12
{include file="footer.tpl"}