
* refactoring Conflicts: openstack/_config.php themes/openstack/templates/Layout/SangriaPage_SetCategorySponsors.ss themes/openstack/templates/Layout/SangriaPage_ViewSponsorsRequest.ss Conflicts: openstack/_config.php openstack/code/SangriaPage.php themes/openstack/templates/Layout/SangriaPage_AddInvolvementType.ss Conflicts: openstack/code/SangriaPage.php
12 lines
287 B
Scheme
12 lines
287 B
Scheme
<div stlye="display:block;clear:both">
|
|
<h1>Sponsor Requests</h1>
|
|
<% if SponsorsRequest %>
|
|
<% control SponsorsRequest %>
|
|
<ul>
|
|
<li>$CompanyName</li>
|
|
<li><a href="sangria/SponsorApprove?sponsor_id=$ID">Approve or Reject</a></li>
|
|
</ul>
|
|
<% end_control %>
|
|
<% end_if %>
|
|
</div>
|