Changeset 10719
- Timestamp:
- 02/17/11 13:45:45 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EditRowPlugin/lib/Foswiki/Plugins/EditRowPlugin/TableRow.pm
r10712 r10719 196 196 197 197 if ($opts->{with_controls} && !$opts->{require_js}) { 198 # Generate the controls column 198 199 if ($opts->{for_edit}) { 199 200 if ($buttons_right) { … … 217 218 $addAnchor = 0; 218 219 } 219 push( @cols, " *$text* " ); 220 if ($buttons_right) { 221 push( @cols, " *$text* " ); 222 } else { 223 unshift( @cols, " *$text* " ); 224 } 220 225 } 221 226 else {
Note: See TracChangeset
for help on using the changeset viewer.
