MINOR Updated image references in sapphire/ folder to local files, rather than requiring cms/ folder (copied a bunch of images files over for this)
@ -280,7 +280,6 @@ class LeftAndMain extends Controller {
|
|||||||
'sapphire/admin/javascript/LeftAndMain.js',
|
'sapphire/admin/javascript/LeftAndMain.js',
|
||||||
'sapphire/javascript/tree/tree.js',
|
'sapphire/javascript/tree/tree.js',
|
||||||
'sapphire/javascript/TreeDropdownField.js',
|
'sapphire/javascript/TreeDropdownField.js',
|
||||||
'cms/javascript/ThumbnailStripField.js',
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -1035,13 +1034,10 @@ class LeftAndMain extends Controller {
|
|||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function CMSVersion() {
|
public function CMSVersion() {
|
||||||
$sapphireVersionFile = file_get_contents(BASE_PATH . '/sapphire/silverstripe_version');
|
$sapphireVersionFile = file_get_contents(BASE_PATH . '/sapphire/silverstripe_version');
|
||||||
$cmsVersionFile = file_get_contents(BASE_PATH . '/cms/silverstripe_version');
|
|
||||||
|
|
||||||
$sapphireVersion = $this->versionFromVersionFile($sapphireVersionFile);
|
$sapphireVersion = $this->versionFromVersionFile($sapphireVersionFile);
|
||||||
$cmsVersion = $this->versionFromVersionFile($cmsVersionFile);
|
|
||||||
|
|
||||||
return "cms: $cmsVersion, sapphire: $sapphireVersion";
|
return "sapphire: $sapphireVersion";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -585,6 +585,6 @@
|
|||||||
}
|
}
|
||||||
#UploadFormResponse.loading
|
#UploadFormResponse.loading
|
||||||
.loading#UploadFormResponse {
|
.loading#UploadFormResponse {
|
||||||
background: url(../images/network-save.gif) no-repeat left center;
|
background: url(../../images/network-save.gif) no-repeat left center;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
@ -197,7 +197,7 @@ body {
|
|||||||
|
|
||||||
input.action.loading, input.action.loading:hover {
|
input.action.loading, input.action.loading:hover {
|
||||||
padding-left: 22px !important;
|
padding-left: 22px !important;
|
||||||
background: url(../images/network-save.gif) 3px 2px no-repeat;
|
background: url(../../images/network-save.gif) 3px 2px no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.delete:hover,
|
input.delete:hover,
|
||||||
@ -209,7 +209,7 @@ button.delete:hover,
|
|||||||
|
|
||||||
input.loading {
|
input.loading {
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
background: #fff url(../images/network-save.gif) no-repeat center left;
|
background: #fff url(../../images/network-save.gif) no-repeat center left;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.hidden {
|
input.hidden {
|
||||||
@ -654,7 +654,7 @@ iframe {
|
|||||||
display: block;
|
display: block;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background: transparent url(../../../cms/images/arrow_refresh.gif) no-repeat;
|
background: transparent url(../images/arrow_refresh.gif) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Form_EditorToolbarLinkForm select.hasRefreshButton {
|
#Form_EditorToolbarLinkForm select.hasRefreshButton {
|
||||||
|
BIN
admin/images/arrow_refresh.gif
Normal file
After Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 1.7 KiB |
@ -138,7 +138,7 @@ AssetTableField.prototype = {
|
|||||||
var confirmed = confirm(confirmMessage);
|
var confirmed = confirm(confirmMessage);
|
||||||
if(confirmed)
|
if(confirmed)
|
||||||
{
|
{
|
||||||
img.setAttribute("src",'cms/images/network-save.gif'); // TODO doesn't work
|
img.setAttribute("src",'sapphire/admin/images/network-save.gif'); // TODO doesn't work
|
||||||
new Ajax.Request(
|
new Ajax.Request(
|
||||||
link.getAttribute("href"),
|
link.getAttribute("href"),
|
||||||
{
|
{
|
||||||
|
@ -226,7 +226,7 @@ MemberTableField.prototype = {
|
|||||||
if(typeof groupId == 'undefined')
|
if(typeof groupId == 'undefined')
|
||||||
var groupId = $('Form_EditForm').elements.ID.value;
|
var groupId = $('Form_EditForm').elements.ID.value;
|
||||||
cell = document.createElement('td')
|
cell = document.createElement('td')
|
||||||
cell.innerHTML = '<a class="deletelink" href="admin/security/removememberfromgroup/' + groupId + '/' + id + '"><img src="cms/images/delete.gif" alt="delete" /></a>';
|
cell.innerHTML = '<a class="deletelink" href="admin/security/removememberfromgroup/' + groupId + '/' + id + '"><img src="sapphire/images/delete.gif" alt="delete" /></a>';
|
||||||
cell.getElementsByTagName('0');
|
cell.getElementsByTagName('0');
|
||||||
row.appendChild(cell);
|
row.appendChild(cell);
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<td colspan="$ItemCount">
|
<td colspan="$ItemCount">
|
||||||
<input type="hidden" id="{$id}_PopupHeight" value="$PopupHeight" disabled="disabled"/>
|
<input type="hidden" id="{$id}_PopupHeight" value="$PopupHeight" disabled="disabled"/>
|
||||||
<input type="hidden" id="{$id}_PopupWidth" value="$PopupWidth" disabled="disabled"/>
|
<input type="hidden" id="{$id}_PopupWidth" value="$PopupWidth" disabled="disabled"/>
|
||||||
<a class="popuplink addlink" href="$AddLink" alt="add"><img src="cms/images/add.gif" alt="add" /></a><a class="popuplink addlink" href="$AddLink" alt="add"><% _t('ADDNEW','Add new',50,'Followed by a member type') %> $Title</a>
|
<a class="popuplink addlink" href="$AddLink" alt="add"><img src="sapphire/images/add.gif" alt="add" /></a><a class="popuplink addlink" href="$AddLink" alt="add"><% _t('ADDNEW','Add new',50,'Followed by a member type') %> $Title</a>
|
||||||
</td>
|
</td>
|
||||||
<% if Can(show) %><td width="18"> </td><% end_if %>
|
<% if Can(show) %><td width="18"> </td><% end_if %>
|
||||||
<% if Can(edit) %><td width="18"> </td><% end_if %>
|
<% if Can(edit) %><td width="18"> </td><% end_if %>
|
||||||
|
@ -88,17 +88,17 @@ class LeftAndMainTest extends FunctionalTest {
|
|||||||
public function testCMSVersion() {
|
public function testCMSVersion() {
|
||||||
$l = new LeftAndMain();
|
$l = new LeftAndMain();
|
||||||
$this->assertEquals("2.4", $l->versionFromVersionFile(
|
$this->assertEquals("2.4", $l->versionFromVersionFile(
|
||||||
'$URL: http://svn.silverstripe.com/open/modules/cms/branches/2.4/silverstripe_version $'));
|
'$URL: http://svn.silverstripe.com/open/modules/sapphire/branches/2.4/silverstripe_version $'));
|
||||||
$this->assertEquals("2.2.0", $l->versionFromVersionFile(
|
$this->assertEquals("2.2.0", $l->versionFromVersionFile(
|
||||||
'$URL: http://svn.silverstripe.com/open/modules/cms/tags/2.2.0/silverstripe_version $'));
|
'$URL: http://svn.silverstripe.com/open/modules/sapphire/tags/2.2.0/silverstripe_version $'));
|
||||||
$this->assertEquals("trunk", $l->versionFromVersionFile(
|
$this->assertEquals("trunk", $l->versionFromVersionFile(
|
||||||
'$URL: http://svn.silverstripe.com/open/modules/cms/trunk/silverstripe_version $'));
|
'$URL: http://svn.silverstripe.com/open/modules/sapphire/trunk/silverstripe_version $'));
|
||||||
$this->assertEquals("2.4.0-alpha1", $l->versionFromVersionFile(
|
$this->assertEquals("2.4.0-alpha1", $l->versionFromVersionFile(
|
||||||
'$URL: http://svn.silverstripe.com/open/modules/cms/tags/alpha/2.4.0-alpha1/silverstripe_version $'));
|
'$URL: http://svn.silverstripe.com/open/modules/sapphire/tags/alpha/2.4.0-alpha1/silverstripe_version $'));
|
||||||
$this->assertEquals("2.4.0-beta1", $l->versionFromVersionFile(
|
$this->assertEquals("2.4.0-beta1", $l->versionFromVersionFile(
|
||||||
'$URL: http://svn.silverstripe.com/open/modules/cms/tags/beta/2.4.0-beta1/silverstripe_version $'));
|
'$URL: http://svn.silverstripe.com/open/modules/sapphire/tags/beta/2.4.0-beta1/silverstripe_version $'));
|
||||||
$this->assertEquals("2.4.0-rc1", $l->versionFromVersionFile(
|
$this->assertEquals("2.4.0-rc1", $l->versionFromVersionFile(
|
||||||
'$URL: http://svn.silverstripe.com/open/modules/cms/tags/rc/2.4.0-rc1/silverstripe_version $'));
|
'$URL: http://svn.silverstripe.com/open/modules/sapphire/tags/rc/2.4.0-rc1/silverstripe_version $'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -10,7 +10,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ComplexTableField_Popup_DetailForm input.loading {
|
#ComplexTableField_Popup_DetailForm input.loading {
|
||||||
background: #fff url(../../cms/images/network-save.gif) left center no-repeat;
|
background: #fff url(../images/network-save.gif) left center no-repeat;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ form button.minorAction {
|
|||||||
background: none;
|
background: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: #0074C6; /* same for "a" tag in cms/css/typography.css */
|
color: #0074C6;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ table.CMSList th {
|
|||||||
table.TableField thead th,
|
table.TableField thead th,
|
||||||
.TableListField table.data thead th,
|
.TableListField table.data thead th,
|
||||||
table.CMSList thead th {
|
table.CMSList thead th {
|
||||||
background-image: url(../../cms/images/tables/thead.png);
|
background-image: url(../images/thead.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: left bottom;
|
background-position: left bottom;
|
||||||
background-color: #ebeadb;
|
background-color: #ebeadb;
|
||||||
@ -105,7 +105,7 @@ table.TableField tbody td.checkbox,
|
|||||||
table.CMSList tbody td.checkbox {
|
table.CMSList tbody td.checkbox {
|
||||||
border : 1px solid #f1efe2;
|
border : 1px solid #f1efe2;
|
||||||
padding-left : 5px;
|
padding-left : 5px;
|
||||||
background-image : url(../../cms/images/tables/checkbox.png);
|
background-image : url(../images/checkbox.png);
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
background-position : left bottom;
|
background-position : left bottom;
|
||||||
}
|
}
|
||||||
@ -143,7 +143,7 @@ table.CMSList tbody td.current td {
|
|||||||
*/
|
*/
|
||||||
.TableListField tr.loading td.first {
|
.TableListField tr.loading td.first {
|
||||||
padding-left: 22px;
|
padding-left: 22px;
|
||||||
background: url(../../cms/images/network-save.gif) 3px 2px no-repeat;
|
background: url(../images/network-save.gif) 3px 2px no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right form .TableField span.readonly {
|
.right form .TableField span.readonly {
|
||||||
|
@ -270,7 +270,7 @@
|
|||||||
|
|
||||||
<span id="saving_top" style="display: none">
|
<span id="saving_top" style="display: none">
|
||||||
|
|
||||||
<img src="cms/images/network-save.gif">
|
<img src="sapphire/images/network-save.gif">
|
||||||
(this will take a minute or so)
|
(this will take a minute or so)
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
@ -138,20 +138,20 @@ class ComplexTableField extends TableListField {
|
|||||||
public $actions = array(
|
public $actions = array(
|
||||||
'show' => array(
|
'show' => array(
|
||||||
'label' => 'Show',
|
'label' => 'Show',
|
||||||
'icon' => 'cms/images/show.png',
|
'icon' => 'sapphire/images/show.png',
|
||||||
'icon_disabled' => 'cms/images/show_disabled.png',
|
'icon_disabled' => 'sapphire/images/show_disabled.png',
|
||||||
'class' => 'popuplink showlink',
|
'class' => 'popuplink showlink',
|
||||||
),
|
),
|
||||||
'edit' => array(
|
'edit' => array(
|
||||||
'label' => 'Edit',
|
'label' => 'Edit',
|
||||||
'icon' => 'cms/images/edit.gif',
|
'icon' => 'sapphire/images/edit.gif',
|
||||||
'icon_disabled' => 'cms/images/edit_disabled.gif',
|
'icon_disabled' => 'sapphire/images/edit_disabled.gif',
|
||||||
'class' => 'popuplink editlink',
|
'class' => 'popuplink editlink',
|
||||||
),
|
),
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'label' => 'Delete',
|
'label' => 'Delete',
|
||||||
'icon' => 'cms/images/delete.gif',
|
'icon' => 'sapphire/images/delete.gif',
|
||||||
'icon_disabled' => 'cms/images/delete_disabled.gif',
|
'icon_disabled' => 'sapphire/images/delete_disabled.gif',
|
||||||
'class' => 'popuplink deletelink',
|
'class' => 'popuplink deletelink',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
@ -107,7 +107,6 @@ class FileIFrameField extends FileField {
|
|||||||
Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery/jquery.js');
|
Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/jquery/jquery.js');
|
||||||
Requirements::javascript('sapphire/javascript/FileIFrameField.js');
|
Requirements::javascript('sapphire/javascript/FileIFrameField.js');
|
||||||
|
|
||||||
Requirements::css('cms/css/typography.css');
|
|
||||||
Requirements::css('sapphire/css/FileIFrameField.css');
|
Requirements::css('sapphire/css/FileIFrameField.css');
|
||||||
|
|
||||||
return $this->renderWith('FileIFrameField');
|
return $this->renderWith('FileIFrameField');
|
||||||
|
@ -117,8 +117,8 @@ class TableListField extends FormField {
|
|||||||
* array(
|
* array(
|
||||||
* 'delete' => array(
|
* 'delete' => array(
|
||||||
* 'label' => 'Delete',
|
* 'label' => 'Delete',
|
||||||
* 'icon' => 'cms/images/delete.gif',
|
* 'icon' => 'sapphire/images/delete.gif',
|
||||||
* 'icon_disabled' => 'cms/images/delete_disabled.gif',
|
* 'icon_disabled' => 'sapphire/images/delete_disabled.gif',
|
||||||
* 'class' => 'deletelink',
|
* 'class' => 'deletelink',
|
||||||
* )
|
* )
|
||||||
* )
|
* )
|
||||||
@ -126,8 +126,8 @@ class TableListField extends FormField {
|
|||||||
public $actions = array(
|
public $actions = array(
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
'label' => 'Delete',
|
'label' => 'Delete',
|
||||||
'icon' => 'cms/images/delete.gif',
|
'icon' => 'sapphire/images/delete.gif',
|
||||||
'icon_disabled' => 'cms/images/delete_disabled.gif',
|
'icon_disabled' => 'sapphire/images/delete_disabled.gif',
|
||||||
'class' => 'deletelink'
|
'class' => 'deletelink'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
BIN
images/bullet_arrow_down.png
Executable file
After Width: | Height: | Size: 147 B |
BIN
images/bullet_arrow_up.png
Executable file
After Width: | Height: | Size: 140 B |
BIN
images/checkbox.png
Executable file
After Width: | Height: | Size: 148 B |
BIN
images/delete.gif
Normal file
After Width: | Height: | Size: 356 B |
BIN
images/delete_disabled.gif
Normal file
After Width: | Height: | Size: 230 B |
BIN
images/edit.gif
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
images/edit_disabled.gif
Normal file
After Width: | Height: | Size: 305 B |
BIN
images/pagination/record-export.png
Executable file
After Width: | Height: | Size: 817 B |
BIN
images/pagination/record-first-g.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/pagination/record-first.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/pagination/record-last-g.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/pagination/record-last.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
BIN
images/pagination/record-next-g.png
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
images/pagination/record-next.png
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
images/pagination/record-prev-g.png
Executable file
After Width: | Height: | Size: 429 B |
BIN
images/pagination/record-prev.png
Executable file
After Width: | Height: | Size: 1.0 KiB |
BIN
images/pagination/record-print.png
Executable file
After Width: | Height: | Size: 818 B |
BIN
images/show.png
Executable file
After Width: | Height: | Size: 693 B |
BIN
images/show_disabled.png
Normal file
After Width: | Height: | Size: 672 B |
BIN
images/thead.png
Executable file
After Width: | Height: | Size: 154 B |
@ -77,7 +77,7 @@ TableField.prototype = {
|
|||||||
// TODO ajaxErrorHandler and loading-image are dependent on cms, but formfield is in sapphire
|
// TODO ajaxErrorHandler and loading-image are dependent on cms, but formfield is in sapphire
|
||||||
var confirmed = confirm(ss.i18n._t('TABLEFIELD.DELETECONFIRMMESSAGE', 'Are you sure you want to delete this record?'));
|
var confirmed = confirm(ss.i18n._t('TABLEFIELD.DELETECONFIRMMESSAGE', 'Are you sure you want to delete this record?'));
|
||||||
if(confirmed){
|
if(confirmed){
|
||||||
img.setAttribute("src",'cms/images/network-save.gif'); // TODO doesn't work
|
img.setAttribute("src",'sapphire/images/network-save.gif'); // TODO doesn't work
|
||||||
jQuery.ajax({
|
jQuery.ajax({
|
||||||
'url': link.getAttribute("href"),
|
'url': link.getAttribute("href"),
|
||||||
'method': 'post',
|
'method': 'post',
|
||||||
|
@ -93,7 +93,7 @@ TableListField.prototype = {
|
|||||||
var confirmed = confirm(ss.i18n._t('TABLEFIELD.DELETECONFIRMMESSAGE', 'Are you sure you want to delete this record?'));
|
var confirmed = confirm(ss.i18n._t('TABLEFIELD.DELETECONFIRMMESSAGE', 'Are you sure you want to delete this record?'));
|
||||||
if(confirmed)
|
if(confirmed)
|
||||||
{
|
{
|
||||||
img.setAttribute("src",'cms/images/network-save.gif'); // TODO doesn't work
|
img.setAttribute("src",'sapphire/images/network-save.gif'); // TODO doesn't work
|
||||||
jQuery.ajax({
|
jQuery.ajax({
|
||||||
'url': link.getAttribute("href"),
|
'url': link.getAttribute("href"),
|
||||||
'method': 'post',
|
'method': 'post',
|
||||||
|
@ -179,29 +179,29 @@ ul.tree span.a.current {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul.tree span.a.loading span.b span.c a {
|
ul.tree span.a.loading span.b span.c a {
|
||||||
background-image: url(../../../cms/images/network-save.gif) !important;
|
background-image: url(../../images/network-save.gif) !important;
|
||||||
margin-left: -3px;
|
margin-left: -3px;
|
||||||
padding-left: 21px;
|
padding-left: 21px;
|
||||||
background-position : 2px 2px;
|
background-position : 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tree.multiselect span.a span.b a {
|
ul.tree.multiselect span.a span.b a {
|
||||||
background-image: url(../../../cms/images/tickbox-unticked.gif) !important;
|
background-image: url(../../images/tickbox-unticked.gif) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.tree.multiselect span.a.nodelete span.b a {
|
ul.tree.multiselect span.a.nodelete span.b a {
|
||||||
background-image: url(../../../cms/images/tickbox-canttick.gif) !important;
|
background-image: url(../../images/tickbox-canttick.gif) !important;
|
||||||
}
|
}
|
||||||
ul.tree.multiselect span.a.treeloading span.b a {
|
ul.tree.multiselect span.a.treeloading span.b a {
|
||||||
background-image: url(../../../cms/images/tickbox-greyedout.gif) !important;
|
background-image: url(../../images/tickbox-greyedout.gif) !important;
|
||||||
}
|
}
|
||||||
ul.tree.multiselect span.a.failed span.b a {
|
ul.tree.multiselect span.a.failed span.b a {
|
||||||
background-image: url(../../../cms/images/tickbox-fail.gif) !important;
|
background-image: url(../../images/tickbox-fail.gif) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ul.tree.multiselect span.a.selected span.b span.c a {
|
ul.tree.multiselect span.a.selected span.b span.c a {
|
||||||
background-image: url(../../../cms/images/tickbox-ticked.gif) !important;
|
background-image: url(../../images/tickbox-ticked.gif) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Span-B: Plus/Minus icon */
|
/* Span-B: Plus/Minus icon */
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
<span class="sortLink <% if SortBy %><% else %>sortLinkHidden<% end_if %>">
|
<span class="sortLink <% if SortBy %><% else %>sortLinkHidden<% end_if %>">
|
||||||
<a href="$SortLink">
|
<a href="$SortLink">
|
||||||
<% if SortDirection = desc %>
|
<% if SortDirection = desc %>
|
||||||
<img src="cms/images/bullet_arrow_up.png" alt="<% _t('SORTASC', 'Sort ascending') %>" />
|
<img src="sapphire/images/bullet_arrow_up.png" alt="<% _t('SORTASC', 'Sort ascending') %>" />
|
||||||
<% else %>
|
<% else %>
|
||||||
<img src="cms/images/bullet_arrow_down.png" alt="<% _t('SORTDESC', 'Sort descending') %>" />
|
<img src="sapphire/images/bullet_arrow_down.png" alt="<% _t('SORTDESC', 'Sort descending') %>" />
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -49,7 +49,7 @@
|
|||||||
<td colspan="$ItemCount">
|
<td colspan="$ItemCount">
|
||||||
<input type="hidden" id="{$id}_PopupHeight" value="$PopupHeight" disabled="disabled">
|
<input type="hidden" id="{$id}_PopupHeight" value="$PopupHeight" disabled="disabled">
|
||||||
<input type="hidden" id="{$id}_PopupWidth" value="$PopupWidth" disabled="disabled">
|
<input type="hidden" id="{$id}_PopupWidth" value="$PopupWidth" disabled="disabled">
|
||||||
<a class="popuplink addlink" href="$AddLink" alt="add"><img src="cms/images/add.gif" alt="<% _t('ADDITEM', 'add') %>" />
|
<a class="popuplink addlink" href="$AddLink" alt="add"><img src="sapphire/images/add.gif" alt="<% _t('ADDITEM', 'add') %>" />
|
||||||
<% sprintf(_t('ADDITEM', 'Add %s', PR_MEDIUM, 'Add [name]'),$Title) %>
|
<% sprintf(_t('ADDITEM', 'Add %s', PR_MEDIUM, 'Add [name]'),$Title) %>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<% if Paginator.PrevLink %>
|
<% if Paginator.PrevLink %>
|
||||||
<td id="ComplexTableField_Pagination_Previous">
|
<td id="ComplexTableField_Pagination_Previous">
|
||||||
<a href="$Paginator.PrevLink"><img src="cms/images/pagination/record-prev.png" /><% _t('PREVIOUS', 'Previous') %></a>
|
<a href="$Paginator.PrevLink"><img src="sapphire/images/pagination/record-prev.png" /><% _t('PREVIOUS', 'Previous') %></a>
|
||||||
</td>
|
</td>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% if xdsfdsf %>
|
<% if xdsfdsf %>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% if Paginator.NextLink %>
|
<% if Paginator.NextLink %>
|
||||||
<td id="ComplexTableField_Pagination_Next">
|
<td id="ComplexTableField_Pagination_Next">
|
||||||
<a href="$Paginator.NextLink"><% _t('NEXT', 'Next') %><img src="cms/images/pagination/record-next.png" /></a>
|
<a href="$Paginator.NextLink"><% _t('NEXT', 'Next') %><img src="sapphire/images/pagination/record-next.png" /></a>
|
||||||
</td>
|
</td>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
<% if ShowPagination %>
|
<% if ShowPagination %>
|
||||||
<% if TotalCount %>
|
<% if TotalCount %>
|
||||||
<div class="PageControls">
|
<div class="PageControls">
|
||||||
<% if FirstLink %><a class="First" href="$FirstLink" title="<% _t('VIEWFIRST', 'View first') %> $PageSize"><img src="cms/images/pagination/record-first.png" alt="<% _t('VIEWFIRST', 'View first') %> $PageSize" /></a>
|
<% if FirstLink %><a class="First" href="$FirstLink" title="<% _t('VIEWFIRST', 'View first') %> $PageSize"><img src="sapphire/images/pagination/record-first.png" alt="<% _t('VIEWFIRST', 'View first') %> $PageSize" /></a>
|
||||||
<% else %><span class="First"><img src="cms/images/pagination/record-first-g.png" alt="<% _t('VIEWFIRST', 'View first') %> $PageSize" /></span><% end_if %>
|
<% else %><span class="First"><img src="sapphire/images/pagination/record-first-g.png" alt="<% _t('VIEWFIRST', 'View first') %> $PageSize" /></span><% end_if %>
|
||||||
<% if PrevLink %><a class="Prev" href="$PrevLink" title="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize"><img src="cms/images/pagination/record-prev.png" alt="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize" /></a>
|
<% if PrevLink %><a class="Prev" href="$PrevLink" title="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize"><img src="sapphire/images/pagination/record-prev.png" alt="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize" /></a>
|
||||||
<% else %><img class="Prev" src="cms/images/pagination/record-prev-g.png" alt="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize" /><% end_if %>
|
<% else %><img class="Prev" src="sapphire/images/pagination/record-prev-g.png" alt="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize" /><% end_if %>
|
||||||
<span class="Count">
|
<span class="Count">
|
||||||
<% _t('DISPLAYING', 'Displaying') %> $FirstItem <% _t('TO', 'to') %> $LastItem <% _t('OF', 'of') %> $TotalCount
|
<% _t('DISPLAYING', 'Displaying') %> $FirstItem <% _t('TO', 'to') %> $LastItem <% _t('OF', 'of') %> $TotalCount
|
||||||
</span>
|
</span>
|
||||||
<% if NextLink %><a class="Next" href="$NextLink" title="<% _t('VIEWNEXT', 'View next') %> $PageSize"><img src="cms/images/pagination/record-next.png" alt="<% _t('VIEWNEXT', 'View next') %> $PageSize" /></a>
|
<% if NextLink %><a class="Next" href="$NextLink" title="<% _t('VIEWNEXT', 'View next') %> $PageSize"><img src="sapphire/images/pagination/record-next.png" alt="<% _t('VIEWNEXT', 'View next') %> $PageSize" /></a>
|
||||||
<% else %><img class="Next" src="cms/images/pagination/record-next-g.png" alt="<% _t('VIEWNEXT', 'View next') %> $PageSize" /><% end_if %>
|
<% else %><img class="Next" src="sapphire/images/pagination/record-next-g.png" alt="<% _t('VIEWNEXT', 'View next') %> $PageSize" /><% end_if %>
|
||||||
<% if LastLink %><a class="Last" href="$LastLink" title="<% _t('VIEWLAST', 'View last') %> $PageSize"><img src="cms/images/pagination/record-last.png" alt="<% _t('VIEWLAST', 'View last') %> $PageSize" /></a>
|
<% if LastLink %><a class="Last" href="$LastLink" title="<% _t('VIEWLAST', 'View last') %> $PageSize"><img src="sapphire/images/pagination/record-last.png" alt="<% _t('VIEWLAST', 'View last') %> $PageSize" /></a>
|
||||||
<% else %><span class="Last"><img src="cms/images/pagination/record-last-g.png" alt="<% _t('VIEWLAST', 'View last') %> $PageSize" /></span><% end_if %>
|
<% else %><span class="Last"><img src="sapphire/images/pagination/record-last-g.png" alt="<% _t('VIEWLAST', 'View last') %> $PageSize" /></span><% end_if %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
<td colspan="$ItemCount">
|
<td colspan="$ItemCount">
|
||||||
<input type="hidden" id="{$id}_PopupHeight" value="$PopupHeight" disabled="disabled">
|
<input type="hidden" id="{$id}_PopupHeight" value="$PopupHeight" disabled="disabled">
|
||||||
<input type="hidden" id="{$id}_PopupWidth" value="$PopupWidth" disabled="disabled">
|
<input type="hidden" id="{$id}_PopupWidth" value="$PopupWidth" disabled="disabled">
|
||||||
<a class="popuplink addlink" href="$AddLink" alt="<% _t('ADD', 'Add') %>"><img src="cms/images/add.gif" alt="<% _t('ADD', 'Add') %>" /><% _t('ADD', 'Add') %> $Title</a>
|
<a class="popuplink addlink" href="$AddLink" alt="<% _t('ADD', 'Add') %>"><img src="sapphire/images/add.gif" alt="<% _t('ADD', 'Add') %>" /><% _t('ADD', 'Add') %> $Title</a>
|
||||||
</td>
|
</td>
|
||||||
<% if Can(show) %><td width="18"> </td><% end_if %>
|
<% if Can(show) %><td width="18"> </td><% end_if %>
|
||||||
<% if Can(edit) %><td width="18"> </td><% end_if %>
|
<% if Can(edit) %><td width="18"> </td><% end_if %>
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<% if Can(add) %>
|
<% if Can(add) %>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="$ItemCount">
|
<td colspan="$ItemCount">
|
||||||
<a href="#" class="addrow" title="<% _t('ADD', 'Add a new row') %>"><img src="cms/images/add.gif" alt="<% _t('ADD','Add a new row') %>" />
|
<a href="#" class="addrow" title="<% _t('ADD', 'Add a new row') %>"><img src="sapphire/images/add.gif" alt="<% _t('ADD','Add a new row') %>" />
|
||||||
<% sprintf(_t('ADDITEM','Add %s'),$Title) %>
|
<% sprintf(_t('ADDITEM','Add %s'),$Title) %>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<td class="$FieldClass $extraClass $ClassName $Title tablecolumn">$Field</td>
|
<td class="$FieldClass $extraClass $ClassName $Title tablecolumn">$Field</td>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
<td style="display: none">$ExtraData</td>
|
<td style="display: none">$ExtraData</td>
|
||||||
<% if Can(delete) %><td width="18"><a class="deletelink" href="$DeleteLink" title="<% _t('DELETEROW') %>"><img src="cms/images/delete.gif" alt="<% _t('DELETE') %>" /></a></td><% end_if %>
|
<% if Can(delete) %><td width="18"><a class="deletelink" href="$DeleteLink" title="<% _t('DELETEROW') %>"><img src="sapphire/images/delete.gif" alt="<% _t('DELETE') %>" /></a></td><% end_if %>
|
||||||
</tr>
|
</tr>
|
||||||
<% end_control %>
|
<% end_control %>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
</span>
|
</span>
|
||||||
<span class="sortLink <% if SortBy %><% else %>sortLinkHidden<% end_if %>">
|
<span class="sortLink <% if SortBy %><% else %>sortLinkHidden<% end_if %>">
|
||||||
<% if SortDirection = desc %>
|
<% if SortDirection = desc %>
|
||||||
<a href="$SortLink"><img src="cms/images/bullet_arrow_up.png" alt="<% _t('SORTDESC', 'Sort in descending order') %>" /></a>
|
<a href="$SortLink"><img src="sapphire/images/bullet_arrow_up.png" alt="<% _t('SORTDESC', 'Sort in descending order') %>" /></a>
|
||||||
<% else %>
|
<% else %>
|
||||||
<a href="$SortLink"><img src="cms/images/bullet_arrow_down.png" alt="<% _t('SORTASC', 'Sort in ascending order') %>" /></a>
|
<a href="$SortLink"><img src="sapphire/images/bullet_arrow_down.png" alt="<% _t('SORTASC', 'Sort in ascending order') %>" /></a>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
5
thirdparty/greybox/greybox.css
vendored
@ -22,11 +22,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.GB_header {
|
.GB_header {
|
||||||
/*border-bottom: 1px solid #ccc;*/
|
|
||||||
border-bottom: 3px solid #CCDEF3;
|
border-bottom: 3px solid #CCDEF3;
|
||||||
/*background: #000 url(../../cms/images/textures/obar-18.gif) repeat-x;*/
|
background: #ccdef3 url(../../admin/images/mainmenu/current.gif) repeat-x;
|
||||||
background: #ccdef3 url(../../cms/images/mainmenu/current.gif) repeat-x;
|
|
||||||
/*color: #fff;*/
|
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|