Commit Graph

13 Commits

Author SHA1 Message Date
colymba 88cf826322 Added translations (en+fr) 2013-06-23 19:10:22 +03:00
colymba cdbf3708a0 @a2nt non-ajax loading fix for bulkEditing 2013-05-19 20:01:41 +03:00
colymba 30e6d4bd52 FIX #22 update static variable to private 2013-04-04 22:58:09 +03:00
colymba 2bfd2a8309 Removed save+finish btn 2013-03-04 11:50:41 +02:00
colymba bc8f2bda59 FIX #3, FIX #11 should work with all RelationList 2013-03-04 11:44:53 +02:00
colymba e7c7239ada Unescape Form Fields POST data as Helper methode
Moved escaping or sent POST data into the Helper class since it is the
same everywhere.
2012-09-05 20:17:19 +03:00
colymba fd4f046ad5 updated fields can now be saved
changes made in bulk editing are now saved: db fields + relations.
Fixing some DOM elements IDs and URLs
2012-08-26 23:59:25 +03:00
colymba a9519c3528 update handler link and ToggleFields labels 2012-08-18 15:44:09 +03:00
colymba bc10b34df7 changed breadcrumbs title 2012-08-18 01:27:36 +03:00
colymba e6f7db2044 separate cms fields fetching and populating
created new fn populateCMSDataFields used to populate fields with a
record's data
2012-08-18 01:05:19 +03:00
colymba 92d269bac3 Basic operations for bulk editing in place
Create Request_handler edit function returning the form, and JS
manipulation of the UI buttons etc..
2012-08-16 23:29:35 +03:00
colymba 471a1c1331 created unlink routine
record can now be unlinked for the related page
2012-08-15 21:16:41 +03:00
colymba 0d1f0af03a API: created ReqHdlr structure and delete routine
Request_Hanlder created with JS btn call and delete routine
2012-08-12 17:48:34 +03:00