Example #1
0
padding-bottom:5px;
 
width:70%;
" valign="top">
           <div style="
font-family: arial;
color:#333;
font-size:12px;line-height:17px;
 margin-bottom:5px;">
  <?php 
        if (checkbox_selected(@$p->cancel->cancellation_time->status)) {
            echo sprintf(lang('cancellation_time'), $p->cancel->cancellation_time->value);
        }
        if (checkbox_selected(@$p->cancel->no_show_value->status)) {
            $value = $p->cancel->no_show_value->value;
            echo sprintf(lang('no_show_value'), $value, lang(no_show_select($p->cancel->no_show_value->no_card_depozit_method)));
        }
        if (checkbox_selected(@$p->cancel->client_can_cancel)) {
            echo lang('client_can_cancel');
        }
        ?>
        </div>
          </td>
         </tr>

         <?php 
        if (NULL != $p->extra) {
            ?>
         <tr>
          <td class="responsive_td responsive_key" style="
text-align:left;
Example #2
0
echo sprintf(lang('cancellation_time'), twentyfour_hour_selectbox('policy[cancel][cancellation_time][value]'));
?>
            </td>
          </tr>

          <tr>
            <td>
            <div class="ckbox ckbox-success">
              <input type="checkbox" name="policy[cancel][no_show_value][status]" id="no_show_value" />
              <label for="no_show_value"></label>
            </div>
            </td>
            <td>
            <?php 
$value = '<input type="text" name="policy[cancel][no_show_value][value]" style="width: 36px;height: 20px;">';
echo sprintf(lang('no_show_value'), $value, no_show_select());
?>

            </td>
          </tr>

         </tbody>
      </table>
      </fieldset>


      <fieldset class="table-legend">
      <legend class="table-legend"><?php 
echo lang('online_cancellation');
?>
</legend>