Changeset 1430051
- Timestamp:
- 06/03/2016 05:27:12 PM (10 years ago)
- File:
-
- 1 edited
-
monthly-data-sheets/trunk/lib/main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
monthly-data-sheets/trunk/lib/main.php
r1428503 r1430051 384 384 <form method="post" action="' . get_the_permalink() . '"> 385 385 <div class="mds-container mds-md-12"> 386 <div class="mds-left mds-md-6">' . $sheet_selects . '</div> <!-- /mds-left -->387 <div class="mds-right mds-md-6">' . $sheet_buttons . '</div> <!-- /mds-right -->386 <div class="mds-left mds-md-6">' . $sheet_selects . '</div> 387 <div class="mds-right mds-md-6">' . $sheet_buttons . '</div> 388 388 </div> 389 389 <div class="mds-container mds-md-12">'; … … 405 405 /* Show another save button beneath the sheet in edit page */ 406 406 if (empty($sheet_rows) || (count($sheet_rows)) > 5 && ($data || $action == 'Edit Sheet')) { 407 $display .= ' 408 <div class="mds-right mds-md-12"> 409 ' . $sheet_buttons . ' 410 </div>'; 407 $display .= '<div class="mds-right mds-md-12">' . $sheet_buttons . '</div>'; 411 408 } 412 409
Note: See TracChangeset
for help on using the changeset viewer.