JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clients are now sorted by name
[contractor-progress.git] / people.html
index ed8d520..e775865 100644 (file)
@@ -2,7 +2,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-  <title>people entry</title>
+  <title>Account Administration</title>
   <link rel="stylesheet" href="style.css" type="text/css" />
 </head>
 
   </form>
 <!--~end~-->
 <!--~listings start~-->
-  <h2>people Listing</h2>
+  <h2>Account Administration</h2>
 
   <!--~populated_listing start~-->
   <p><a href="people.html?people_new=1">[Add a new account]</a></p>
 
-  <table cellspacing="0" cellpadding="4" border="1" summary=""><!--~listing_row start~-->
-  <tr><td class="listing"><a href="people.html?people_edit_id=~id~">~username.html~</a></td><td><a href="people.html?people_delete_id=~id~" onclick="return confirm('Permanently delete?')">[delete this account]</a></td></tr><!--~end~-->
+  <table cellspacing="0" cellpadding="4" border="1" summary="">
+    <tr><th>Name</th><th>Login</th><th>&nbsp;</th></tr><!--~listing_row start~-->
+    <tr><td class="listing"><a href="people.html?people_edit_id=~id~">~name.html~</a></td><td class="listing"><a href="people.html?people_edit_id=~id~">~username.html~</a></td><td><a href="people.html?people_delete_id=~id~" onclick="return confirm('Permanently delete?')">[delete]</a></td></tr><!--~end~-->
 
   </table>
   <!--~end~-->