Who knows
authoradamch <adamch>
Thu, 29 Dec 2005 19:44:07 +0000 (19:44 +0000)
committeradamch <adamch>
Thu, 29 Dec 2005 19:44:07 +0000 (19:44 +0000)
app/join.mlt
issue.mlt
money.mlt

index a136311..f0a7ec3 100644 (file)
@@ -47,9 +47,9 @@ else
        You also don't need to worry about whether or not the username you want is already taken. This application system will let you know if that is the case. You can probably use a shorter and simpler name than you are accustomed to getting at larger services, so we encourage you to try such names first.</td> </tr>
 <% if minor then %>
 <tr> <td>New member's "real" name:</td> <td><input name="rname"></td> </tr>
-<tr> <td>Legal guardian's name:</td> <td><input name="gname"></td> </tr>
+<tr> <td>Legal guardian's name:</td> <td><input name="gname"> Please enter your full name, as you would on a normal, legally binding contract.</td></tr>
 <% else %>
-<tr> <td>Your "real" name:</td> <td><input name="rname"></td> </tr>
+<tr> <td>Your "real" name:</td> <td><input name="rname"> Please enter your full name, as you would on a normal, legally binding contract.</td></tr>
 <% end %>
 <tr> <td>Contact e-mail address</td> <td><input name="email"></td> </tr>
 <tr> <td><input type="checkbox" name="forward"></td> <td>Check this box if you would like to use hcoop as your primary e-mail provider.<br>
index b6924ac..da570bc 100644 (file)
--- a/issue.mlt
+++ b/issue.mlt
@@ -297,7 +297,7 @@ foreach (name, post) in Support.listPosts id do %>
 if showNormal then %>
 
 <a href="issue?cat=<% catId %>&cmd=new">New issue</a><br>
-<a href="issue?cat=<% catId %>&cmd=list">List all issues</a>
+<a href="issue?cat=<% catId %>&cmd=list">List all issues (including closed issues)</a>
 
 <h3>Open issues</h3>
 
index 2293821..cc27889 100644 (file)
--- a/money.mlt
+++ b/money.mlt
@@ -283,7 +283,7 @@ end %></textarea></td> </tr>
 <tr> <td>Date:</td> <td><% #d trn %></td> </tr>
 <tr> <td>Amount:</td> <td>$<% #amount trn %></td> </tr>
 <tr> <td>Distribution:</td>
-x
+
 <% ref first = true;
 foreach (name, cha) in Money.listChargesWithNames id do
        if first then