Revision: 1241
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1241&view=rev
Author:   cimorrison
Date:     2009-11-08 10:32:28 +0000 (Sun, 08 Nov 2009)

Log Message:
-----------
Added an id to a form so that sites can add their own styling.

Modified Paths:
--------------
    mrbs/trunk/web/edit_users.php

Modified: mrbs/trunk/web/edit_users.php
===================================================================
--- mrbs/trunk/web/edit_users.php       2009-11-04 16:01:21 UTC (rev 1240)
+++ mrbs/trunk/web/edit_users.php       2009-11-08 10:32:28 UTC (rev 1241)
@@ -652,7 +652,7 @@
 
 if ($level >= $min_user_editing_level) /* Administrators get the right to add 
new users */
 {
-  print "<form method=\"post\" action=\"" . 
htmlspecialchars(basename($PHP_SELF)) . "\">\n";
+  print "<form id=\"add_new_user\" method=\"post\" action=\"" . 
htmlspecialchars(basename($PHP_SELF)) . "\">\n";
   print "  <div>\n";
   print "    <input type=\"hidden\" name=\"Action\" value=\"Add\">\n";
   print "    <input type=\"hidden\" name=\"Id\" value=\"-1\">\n";


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to