summaryrefslogtreecommitdiff
path: root/modules/server_add/js/admin.js
AgeCommit message (Collapse)Author
2009-03-05Cleanups.Bharat Mediratta
- Show the "Server Add needs configuration" message whenever there are no paths. - Un-ajaxify the admin code to remove complexity and allow us to update the status message as appropriate. - Rename server_add_admin.html.php to admin_server_add.html.php for consistency. - Fix up form to properly display error messages - Get rid of server_add_dir_list.html.php now that we're non-ajaxified. - Change delete <span> to an <a> for non-ajax world.
2009-03-05Change how the urls are built in the java scriptTim Almdal
2009-03-04Remove addition options to the autocomplete call. No point in sendingTim Almdal
csrf if we are not verifying it. Remove the must match flag so non-existent paths don't cause the input box to empty
2009-03-04Rename local_import module to server_addTim Almdal