- Enhancement: can now specify 'order_by' in 'list' templates.

- New 'Shortcut Actions' displayed as buttons next to the 'Actions' popup menu.

SVN:trunk[1431]
This commit is contained in:
Denis Flaven
2011-08-08 12:35:43 +00:00
parent 772c892b15
commit 3393808c7a
5 changed files with 103 additions and 27 deletions

View File

@@ -1078,4 +1078,27 @@ table.pagination tr td {
}
img.prev, img.first, img.next, img.last {
cursor: pointer;
}
div.actions_button {
float:right;
background: url("../images/actions_left.png") no-repeat scroll left top transparent;
padding-left: 5px;
margin-top: 13px;
margin-right: 10px;
height:17px;
vertical-align: middle;
}
div.actions_button a, .actions_button a:hover, .actions_button a:visited {
background:url(../images/actions_bkg.png) no-repeat scroll right top transparent;
color:#fff;
padding-right: 8px;
cursor:pointer;
font-family: Tahoma,sans-serif;
font-size: 11px;
font-weight: bold;
padding-left: 4px;
text-decoration: none;
height:17px;
display: block;
}