Plugin Directory

Changeset 3101620


Ignore:
Timestamp:
06/12/2024 07:59:55 AM (22 months ago)
Author:
misterplan
Message:

Version 1.1.20

Location:
misterplan
Files:
342 added
4 edited

Legend:

Unmodified
Added
Removed
  • misterplan/trunk/assets/css/motor.css

    r3101586 r3101620  
    5858    visibility: visible !important;
    5959}
    60 .MrPlanPlugin_MotorContainer .TSS8_radio_regimen + .TSS8_label_regimen:before {
    61    
     60.MrPlanPlugin_MotorContainer .TSS8_radio_regimen + .TSS8_label_regimen:before {   
    6261  margin-right: 7px !important;
    6362  margin-top: 0px !important;
    6463  border-color: #505457 !important;
    6564}
     65.MrPlanPlugin_MotorContainer label.TSS8_label_regimen {
     66    list-style: none;
     67    font-size: 13px;
     68    font-family: Arial;
     69    height: 14px !important;
     70}
     71
     72.MrPlanPlugin_MotorContainer .rve_fila_fecha_capa_1.rve_fila_fecha_alto{
     73    white-space: nowrap;
     74}
     75
     76.MrPlanPlugin_MotorContainer .rve_fila_fecha_texto_mes{
     77    white-space: nowrap;
     78
     79}
    6680
    6781.MrPlanPlugin_MotorContainer .TEwsWidgetInc .TS_input_datepicker_V11 {
    6882    visibility: hidden;
    6983}
     84
    7085
    7186.daterangepicker .calendar-table table td.in-range {
  • misterplan/trunk/init.php

    r3101586 r3101620  
    88 * Author: MisterPlan
    99 * Author URI: https://misterplan.es
    10  * Version: 1.1.19
     10 * Version: 1.1.20
    1111 * Text Domain: misterplan
    1212 * Domain Path: /languages
  • misterplan/trunk/readme.txt

    r3101586 r3101620  
    44Tested up to: 6.4.3
    55Requires PHP: 7.2.5
    6 Stable tag: 1.1.19
     6Stable tag: 1.1.20
    77License: GPLv2 or later
    88Contributors: jorgealonso
  • misterplan/trunk/templates_php/admin/motor/tipo_1.php

    r3101586 r3101620  
    111111                        <a tabindex="-1" href="#" title="<?php echo esc_html__('This information will be provided to you by MisterPlan', 'misterplan'); ?>"  class="TMrPlanPlugin_Help">?</a>
    112112                    </div>
    113                     <input type="text"  name="id_habitacion" placeholder="Room id" value="<?php if(isset($motor->datos->id_habitacion) && $motor->datos->id_habitacion>0) echo (int) $motor->datos->hash; ?>"  style="width:100%;">
     113                    <input type="text"  name="id_habitacion" placeholder="Room id" value="<?php if(isset($motor->datos->id_habitacion) && $motor->datos->id_habitacion>0) echo (int) $motor->datos->id_habitacion; ?>"  style="width:100%;">
    114114                </label>
    115115            </div>
Note: See TracChangeset for help on using the changeset viewer.