dd
Showing
1 changed file
with
5 additions
and
2 deletions
| ... | @@ -139,7 +139,7 @@ function getInputFormValues($validation, $name) | ... | @@ -139,7 +139,7 @@ function getInputFormValues($validation, $name) |
| 139 | <td>Text Version</td> | 139 | <td>Text Version</td> |
| 140 | <td> | 140 | <td> |
| 141 | <textarea name="<?php echo $lang; ?>_text" class="wide-input-field text_verson" rows="10" style="width: 100%;"><?php echo getInputFormValues($validation, $lang . '_text'); ?> | 141 | <textarea name="<?php echo $lang; ?>_text" class="wide-input-field text_verson" rows="10" style="width: 100%;"><?php echo getInputFormValues($validation, $lang . '_text'); ?> |
| 142 | </textarea><?php echo $validation->form_error($lang . '_text'); ?> | 142 | </textarea><?php echo $validation->form_error($lang . '_text'); ?> |
| 143 | </td> | 143 | </td> |
| 144 | </tr> | 144 | </tr> |
| 145 | <tr> | 145 | <tr> |
| ... | @@ -294,11 +294,14 @@ function getInputFormValues($validation, $name) | ... | @@ -294,11 +294,14 @@ function getInputFormValues($validation, $name) |
| 294 | if (!codeCleaned) { | 294 | if (!codeCleaned) { |
| 295 | 295 | ||
| 296 | e.preventDefault(); | 296 | e.preventDefault(); |
| 297 | 297 | $('table').each(function() { | |
| 298 | $(this).removeAttr('style'); | ||
| 299 | }); | ||
| 298 | $('td').each(function() { | 300 | $('td').each(function() { |
| 299 | $(this).removeAttr('style'); | 301 | $(this).removeAttr('style'); |
| 300 | }); | 302 | }); |
| 301 | 303 | ||
| 304 | |||
| 302 | $('#fr_html_ifr').contents().find('td:last-child').each(function() { | 305 | $('#fr_html_ifr').contents().find('td:last-child').each(function() { |
| 303 | $(this).addClass('tdlast-child'); | 306 | $(this).addClass('tdlast-child'); |
| 304 | 307 | ... | ... |
-
Please register or sign in to post a comment