diff --git a/css/TableListField.css b/css/TableListField.css index f937f8b07..712a28b17 100644 --- a/css/TableListField.css +++ b/css/TableListField.css @@ -138,6 +138,14 @@ table.CMSList tbody td.current td { background: none; } +/** + * Show a loading indication on a TableListField row + */ +.TableListField tr.loading td.first { + padding-left: 22px; + background: url(../../cms/images/network-save.gif) 3px 2px no-repeat; +} + .right form .TableField span.readonly { border: 0; background: none; diff --git a/templates/Includes/TableListField_Item.ss b/templates/Includes/TableListField_Item.ss index bb9efaf75..69c69d03a 100755 --- a/templates/Includes/TableListField_Item.ss +++ b/templates/Includes/TableListField_Item.ss @@ -1,7 +1,7 @@ class="$HighlightClasses"<% end_if %>> <% if Markable %>$MarkingCheckbox<% end_if %> <% control Fields %> - $Value + $Value <% end_control %> <% control Actions %> <% if Icon %>$Label<% else %>$Label<% end_if %>