Skip to content

Commit

Permalink
Adaptar el ancho de la tabla y sus filas
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuSinergiaCRM committed Jan 30, 2025
1 parent fb57bf3 commit df21324
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/stic_Work_Calendar/tpls/massUpdateDatesForm.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@
<input type="hidden" id="action" name="action" value="runMassUpdateDates">
<input type="hidden" id="selectedIDs" name="selectedIDs" value="{$selectedIDs}">

<table style='width:40%; margin:1%; padding:5%;'>
<table style='width:50%;'>
<tr>
<th style='width:40%;'>
<th style='width:30%;'>
{$MOD.LBL_MASS_UPDATE_DATES_FIELD}
</th>
<th style='width:25%;'>
<th style='width:20%;'>
{$MOD.LBL_MASS_UPDATE_DATES_OPERADOR}<span class="required">{$APP.LBL_REQUIRED_SYMBOL}</span></h3>
</th>
<th style='width:15%;'>
<th style='width:25%;'>
{$MOD.LBL_MASS_UPDATE_DATES_HORAS}
</th>
<th style='width:15%;'>
<th style='width:25%;'>
{$MOD.LBL_MASS_UPDATE_DATES_MINUTES}
</th>
</tr>
Expand Down

0 comments on commit df21324

Please sign in to comment.