root / templates / addUser.tpl

View | Annotate | Download (1.9 KB)

# Date Author Comment
6ebba44e 02/18/2010 06:59 PM Cameron Fackler

Update copyright date to 2010

2c054fd8 02/14/2010 09:06 PM Josh Elser

Make sure that only site-admins can make site-admin accounts

d402e8b6 12/02/2009 08:13 PM Colin Sullivan

All templates are same scheme now.

fd389ac4 09/16/2009 12:17 PM Colin Sullivan

Fixed permissions back to the way they were before I messed them up :)

856037c4 09/16/2009 10:38 AM Colin Sullivan

Proper escaping of characters when inserted into database

This was only happening for the '&' character (upon inserting a new business), because the values were being passed along via $_GET over AJAX. I changed it to use $_POST instead, using the jQuery ajax framework (since I don't know how to use the prototype one).

401b9c20 07/25/2009 10:23 PM Josh Elser

Fix the addUser page

8e842f22 07/16/2009 11:59 PM Josh Elser

Assorted bug fixes dealing with sidebar highlighting and top of content
positioning

4c452dd7 07/16/2009 11:57 PM Josh Elser

Assorted bug fixes dealing with sidebar highlighting and top of content
positioning

bd279a60 06/02/2009 01:51 PM Josh Elser

Updated the copyright to be the current year.

76500d6f 04/15/2009 03:36 PM Colin Sullivan

Worked on design a bit...Created nice looking pulldown boxes and buttons.

c39d5a26 03/18/2009 01:26 PM Josh Elser

Fixed the validation stuff some more. Will now have sane input on phone, zip, and state in addBusiness.php

2469d704 02/11/2009 12:37 PM Josh Elser

Fixed some more javascript validation. Should print out a logical message for them all. Prints "a address", however.

3c7cee64 12/02/2008 11:58 PM Cameron Fackler

Changed 'Foobar' to 'RPInventory' in license text, done with git because svn is dumb.

5c4db27d 12/01/2008 12:27 PM Daniel Delaney

Added GPL license to all code files.

c5bf6cda 11/21/2008 01:25 PM Daniel Delaney

Moved borrower details into user table.

0b22b563 11/18/2008 02:04 PM Daniel Delaney

Added user management section. (add, edit, delete)