root / templates / viewBusinesses.tpl

View | Annotate | Download (2.7 KB)

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

Update copyright date to 2010

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

All templates are same scheme now.

abf008e6 10/29/2009 12:28 AM Colin Sullivan

Removed pagination, and implemented searching and sorting on all pages. Fixes feature 77

eb408372 10/28/2009 11:24 PM Cameron Fackler

Remove pagination from templates.

17fadcf3 09/18/2009 12:53 AM Josh Elser

Fix some positioning, and add the add business link back

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).

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

Updated the copyright to be the current year.

d4c08017 05/11/2009 10:11 PM Josh Elser

The headers were really bugging me. I think this looks a lot better. But now the extra actions above the table (shows on viewLoans/Checkouts and the add user, add location) are bugging me.

978cad61 05/11/2009 03:20 PM Josh Elser

Don't show pagination links unless it's necessary. Fixed the action cells in manageLocations and added pagination for that page. More sql injection prevention as well.

eb9e37ac 05/07/2009 06:57 PM Josh Elser

Paginate the viewBusinesses page.

b7b66db7 04/22/2009 10:39 PM Colin Sullivan

Fixed Bug #44 "SQL Injections in Column Sorting".

Table headers are now generated using a function inside interface.lib.php.

a4023e96 04/15/2009 04:37 PM Colin Sullivan

Stylized sortable headers and such.

f26b655c 04/15/2009 01:21 PM Colin Sullivan

Sorting on most pages.

5c7d0cbe 02/25/2009 01:23 PM Colin Sullivan

Many styling changes...CSSed it up.

d0d5a4e3 12/15/2008 03:08 PM Josh Elser

Changed left sidebar to be a list, semantic difference. Updated the permissions, and made another name change to make viewBusinesses page line up with the same template page instead of manageBusinesses