Plugin Directory

Changeset 1430051


Ignore:
Timestamp:
06/03/2016 05:27:12 PM (10 years ago)
Author:
reenushomy
Message:

Minor changes in display content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • monthly-data-sheets/trunk/lib/main.php

    r1428503 r1430051  
    384384        <form method="post" action="' . get_the_permalink() . '">
    385385            <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>
    388388            </div>
    389389            <div class="mds-container mds-md-12">';
     
    405405        /* Show another save button beneath the sheet in edit page */
    406406        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>';
    411408        }
    412409
Note: See TracChangeset for help on using the changeset viewer.