Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Beta Quirks, Bugs, Ect
#2
Deleting components does not work. For me at least

Fix by editing: admin/components.php
Line: 81

Change:
Code:
$table .= '<a href="#" title="'.$i18n['DELETE_COMPONENT'].': '. cl(@$component->title).'?" id="del-'.$count.'" >X</a></td></tr></table>';

To:
Code:
$table .= '<a href="#" title="'.$i18n['DELETE_COMPONENT'].': '. cl(@$component->title).'?" id="del-'.$count.'" onClick="DeleteComp(\''.$count.'\'); return false;" >X</a></td></tr></table>';
http://nijikokun.com
random stuff. idk.
Reply


Messages In This Thread
Beta Quirks, Bugs, Ect - by Nijikokun - 2010-01-20, 16:55:42
Beta Quirks, Bugs, Ect - by Nijikokun - 2010-01-20, 17:11:54
Beta Quirks, Bugs, Ect - by Nijikokun - 2010-01-20, 17:40:50
Beta Quirks, Bugs, Ect - by vsky - 2010-01-21, 00:14:45
Beta Quirks, Bugs, Ect - by n00dles101 - 2010-01-21, 01:08:03
Beta Quirks, Bugs, Ect - by vsky - 2010-01-21, 01:28:03
Beta Quirks, Bugs, Ect - by Nijikokun - 2010-01-21, 08:49:56



Users browsing this thread: 1 Guest(s)