summaryrefslogtreecommitdiff
path: root/templates/edit_storage_list.tpl
AgeCommit message (Collapse)AuthorFilesLines
2023-11-25w3c cleanup: The type attribute is unnecessary for JavaScript resources.spiderr1-3/+3
2022-07-31migrate from font-awesome 3.2.1 icon- to 6.1.2 fa-spiderr1-3/+3
2019-07-20fix attachment display with dropdown selection and modern htmlspiderr1-90/+68
2014-05-30bootstrap3-css-changes-form-groupspiderr1-1/+1
2013-04-24fix <label class=checkbox> wrapping to be bootstrap compliant; add .table to ↵spiderr1-1/+1
all table.data tags
2013-04-02convert lots of biticon to booticonspiderr1-1/+1
2013-04-02convert lots of biticon to booticonspiderr1-2/+2
2013-04-01bootstrap-conversionspiderr1-1/+1
2012-05-25replace PHP_SELF with SCRIPT_NAMEspiderr1-1/+1
2009-10-29set primary_attachment_id in mInfo from mStorage, and standardize on that in ↵Christian Fowler1-1/+1
edit tpls
2009-09-17reduce clutter in tpl - remove excess verbage, and remove table columnChristian Fowler1-18/+14
2009-02-04remove unused p_liberty_delete_attachments perm checkChristian Fowler1-1/+1
2008-12-26fix colspan and only display tr when neededMax Kremmel1-5/+5
2008-12-26split storage and attachment templates into separate templates for easier ↵Max Kremmel1-2/+6
maintenance and better control.
2008-12-26clean up HTML code. the attribute 'name' is not XHTML 1.0 Strict and should ↵Max Kremmel1-26/+22
be removed if possible.
2008-12-21stay conform and indent smarty logic as wellMax Kremmel1-48/+48
2008-12-19improve inclusion code to have more options - especially html friendly oneswjames51-3/+63
2008-09-29inline css in liberty, kernel, themes replaced with classes from inline.css ↵laetzer1-5/+5
(loaded by themes pkg)
2008-07-15attach a form_id to ajax attachment forms so that you can have multiple ↵wjames51-3/+3
attachment forms on a page and have the updates all work smoothly.
2008-07-03a lot of fixes and updates. rename $area to $display_type and reduce these ↵Max Kremmel1-2/+1
to storage_thumbs instead of 3 different ones. use media_url instead of audio_url and video_url. get {attachment} display options working with audio and flv plugins.
2008-06-14move getMimeTemplate to new home in LibertySystem and add new method to ↵Max Kremmel1-1/+1
fetch all templates of a given type
2008-06-10some pretty url stuffMax Kremmel1-1/+1
2008-06-10rename files againMax Kremmel1-1/+1
2008-06-10rename mime filesMax Kremmel1-1/+1
2008-06-01get the attachment browser working with libertymime pluginsMax Kremmel1-7/+15
2008-05-25move js from href to proper location of onclick handlerwjames51-1/+1
2008-04-11remove ajax requirement to set noprimary attachmentwjames51-1/+1
2008-03-11fix delete link use of urlArgs, add file sizeChristian Fowler1-2/+2
2007-12-08make urlArgs available in all situationsMax Kremmel1-1/+1
2007-12-08html fixes and only display no primary when appropriate to avoid accidental ↵Max Kremmel1-2/+8
de-priming
2007-11-19Add ability to unset the primary as well as the ability for content to turn ↵Nick Palmer1-0/+6
off the auto_primary setting behavior.
2007-11-14don't write new divs when updating by ajaxMax Kremmel1-4/+4
2007-10-31fix attachments ajax conflict by using a simple file to wrap request and ↵Max Kremmel1-18/+9
handle liberty related ajax calls and generally try to simplify insanity of code
2007-10-31fix attachment deletion, revert recent ajax related changes and try to fix ↵Max Kremmel1-6/+6
them in a way that might suit everyone
2007-10-31make ajax process check in attch uploader specific to attchment processes - ↵wjames51-2/+2
general ajax request checks are too sweeping in scope, which can cause conflicts in other ajax requests that might not want the same exclusion. also tidy a libertyattachments ajax callback so its not running its process everytime its called on page load - which prolly should be cleaned up but not goign to bother tonight
2007-10-10migrate core ajax services off prototype to mochikitwjames51-4/+4
2007-10-08Fix delete with ajax attachments on.Nick Palmer1-1/+1
2007-10-03load edit_storage_inc.php through the liberty edit service, update all ↵Max Kremmel1-6/+18
instances of the attachment list when we delete an item, fix display on attachment deletion
2007-09-30Fixup ajax uploader and restore delete functionality.Nick Palmer1-14/+15
2007-09-15make it possible to set a primary attachment with a simply radio button. U ↵Max Kremmel1-20/+24
comment attachment browser for now as well. UI needs lots more work but we will probably have to discuss on what we want to have visible and what wethe attachments tab is supposed to do
2007-09-15SCHEMA CHANGE: Major overhaul to liberty attachable by removing ↵Christian Fowler1-11/+0
attachment_map and only allow attachments to be wired to a single piece of content. removed attachment_map, single and multiple attachments are working, ajax code was removed, and should be put in a separate library/class to handle what to do with 'floating' files waiting for a store
2007-06-20Add new expungingAttachment call to LibertyAttachable to notify content that ↵Nick Palmer1-2/+2
an attachment it is connected to is dying. Restore delete to edit_storage_list gated by a new permission. Ensure that fisheye and treasury delete when their attachments delete.
2007-06-16disable attachment deletion until we have found a way to delete the spawning ↵Max Kremmel1-2/+2
content if there is one
2007-06-13Hide attachment delete button for mannaged contentLester Caine1-4/+4
Only works with treasury items at present need to amend bitfile storage module
2007-06-13Identify primary_attachment in attachment listLester Caine1-1/+1
2007-06-10use filename as fallback if title is not setMax Kremmel1-1/+1
2007-06-10finally found a better place for the annoying inline help in the attachment ↵Max Kremmel1-7/+8
browser
2007-06-10use popup to avoid data loss when clicking on an attachmentMax Kremmel1-5/+5
2007-04-18Various attachment related changes to make things more ajax and fix bugs.Nick Palmer1-5/+15
2007-04-18CRITICAL UPDATE! Fix horked attachment changes. Sorry guys!Nick Palmer1-2/+2