preparing for 6.99.3 release

This commit is contained in:
JT Smith 2006-06-02 22:12:38 +00:00
parent fa4fe985ae
commit 5f01dd9cd7
5 changed files with 19 additions and 18 deletions

File diff suppressed because one or more lines are too long

View file

@ -59,8 +59,8 @@
<tr>
<td style="width:43%;text-align:left;"><tmpl_var title></td>
<td style="width:42%;text-align:right;">^D("%W %Z",<tmpl_var startDate>);</td>
<td style="width:15%;text-align:right;"><tmpl_if removeEventFromBadge.url><a href="<tmpl_var removeEventFromBadge.url>">Remove</a></tmpl_if></td>
<td style="width:40%;text-align:right;">^D("%W %Z",<tmpl_var startDate>);</td>
<td style="width:17%;text-align:right;"><tmpl_if removeEventFromBadge.url><a href="<tmpl_var removeEventFromBadge.url>">Remove</a></tmpl_if></td>
</tr>
</tbody>
@ -290,10 +290,10 @@ eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,lo
<ul>
<tmpl_if canManageEvents>
<li><a href="<tmpl_var addEvent.url>"><tmpl_var addEvent.label></a></li>
<li><a href="<tmpl_var manageRegistrants.url>"></a> Manage Registrants (Event Directors and Staff)</li>
<li><a href="<tmpl_var manageRegistrants>">Manage Registrants</a> (Event Directors and Staff)</li>
<li><a href="<tmpl_var manageEvents.url>">Manage Events</a> (Event Directors and Staff)</li></tmpl_if>
<tmpl_unless badgeSelected>
<li><a href="<tmpl_var view.url>">Return To Badge List to begin a badge purchase</a></li></tmpl_unless>
<li><a href="^PageUrl;">Return To Badge List to begin a badge purchase</a></li></tmpl_unless>
</ul>
<tmpl_if badgeSelected>
@ -901,4 +901,4 @@ tr.evenRow td {
/* END SEARCH FILTER */
</style>
<link href="^Extras;/calendar/calendar-win2k-1.css" rel="stylesheet" type="text/css" />
<link href="^Extras;/calendar/calendar-win2k-1.css" rel="stylesheet" type="text/css" />

View file

@ -11,7 +11,6 @@
<tmpl_if purchasesLoop>
<tmpl_loop purchasesLoop>
<tr<tmpl_unless __ODD__> class="evenRow"<tmpl_else> class="oddRow"</tmpl_unless>>
<td><strong><tmpl_var __COUNT__></strong></td>
<td>&nbsp;<a href="<tmpl_var purchaseUrl>"><tmpl_var purchaseId></a></td>
<td>&nbsp;<tmpl_var datePurchasedHuman></td>
</tr>
@ -42,4 +41,4 @@ tr.evenRow td {
font-size:10pt;
font-weight:bold;
}
</style>
</style>

View file

@ -120,7 +120,7 @@
# List the merchant gateways you have installed and wish to be
# available on this site.
"paymentPlugins" : ["ITransact"],
"paymentPlugins" : ["ITransact","Cash"],
# List the shipping plugins you have installed and wish to be
# available for configuration on the site.

View file

@ -374,7 +374,7 @@ our $I18N = { ##hashref of hashes
},
'add to cart' => {
message => q|Add To Cart|,
message => q|Add To Badge|,
lastUpdated => 1140466438,
context => q|Label to invite the user to purchase this event and add it to their shopping cart.|,
},