(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60314 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-08-11 02:25:44 +00:00
parent 936d0cd319
commit 9a6483b024
3 changed files with 5 additions and 4 deletions

View File

@ -40,8 +40,9 @@ class AssetAdmin extends LeftAndMain {
);
public function Link($action = null) {
if(!$action) $action = "index";
return "admin/assets/$action/" . $this->currentPageID();
//if(!$action) $action = "index";
//return "admin/assets/$action/" . $this->currentPageID();
return "admin/assets/$action/";
}
/**

View File

@ -111,7 +111,7 @@ jQuery(document).ready(function() {
return false;
});
jQuery('#right #ModelAdminPanel tbody td a').livequery('click', function(){
jQuery('#right #Form_ResultsForm tbody td a').livequery('click', function(){
var el = jQuery(this);
showRecord(el.attr('href'));
//el.parent().parent().find('td').removeClass('active');

View File

@ -1,4 +1,4 @@
<div id="$id" class="$Classes field">
<div id="$id" class="$CSSClasses field">
<% include TableListField_PageControls %>
<table class="data">
<thead>