mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
(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:
parent
936d0cd319
commit
9a6483b024
@ -40,8 +40,9 @@ class AssetAdmin extends LeftAndMain {
|
|||||||
);
|
);
|
||||||
|
|
||||||
public function Link($action = null) {
|
public function Link($action = null) {
|
||||||
if(!$action) $action = "index";
|
//if(!$action) $action = "index";
|
||||||
return "admin/assets/$action/" . $this->currentPageID();
|
//return "admin/assets/$action/" . $this->currentPageID();
|
||||||
|
return "admin/assets/$action/";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -111,7 +111,7 @@ jQuery(document).ready(function() {
|
|||||||
return false;
|
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);
|
var el = jQuery(this);
|
||||||
showRecord(el.attr('href'));
|
showRecord(el.attr('href'));
|
||||||
//el.parent().parent().find('td').removeClass('active');
|
//el.parent().parent().find('td').removeClass('active');
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div id="$id" class="$Classes field">
|
<div id="$id" class="$CSSClasses field">
|
||||||
<% include TableListField_PageControls %>
|
<% include TableListField_PageControls %>
|
||||||
<table class="data">
|
<table class="data">
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user