@@ -6,12 +6,12 @@ |
||
6 | 6 | |
7 | 7 | <?php |
8 | 8 | /** |
9 | - * template args in use |
|
10 | - * |
|
11 | - * $dtt_row |
|
12 | - * $tkt_row |
|
13 | - * $datetime_ticket_checked |
|
14 | - * $ticket_selected |
|
15 | - * $TKT_name |
|
16 | - * $tkt_status_class |
|
17 | - */ |
|
18 | 9 | \ No newline at end of file |
10 | + * template args in use |
|
11 | + * |
|
12 | + * $dtt_row |
|
13 | + * $tkt_row |
|
14 | + * $datetime_ticket_checked |
|
15 | + * $ticket_selected |
|
16 | + * $TKT_name |
|
17 | + * $tkt_status_class |
|
18 | + */ |
|
19 | 19 | \ No newline at end of file |
@@ -3,9 +3,9 @@ |
||
3 | 3 | </section> |
4 | 4 | <?php |
5 | 5 | /** |
6 | - * template args in use |
|
7 | - * |
|
8 | - * $PRT_ID |
|
9 | - * $PRT_operator |
|
10 | - * $PRT_is_percent |
|
11 | - */ |
|
12 | 6 | \ No newline at end of file |
7 | + * template args in use |
|
8 | + * |
|
9 | + * $PRT_ID |
|
10 | + * $PRT_operator |
|
11 | + * $PRT_is_percent |
|
12 | + */ |
|
13 | 13 | \ No newline at end of file |
@@ -5,12 +5,12 @@ |
||
5 | 5 | </li> |
6 | 6 | <?php |
7 | 7 | /** |
8 | - * template args in use |
|
9 | - * |
|
10 | - * $dtt_row |
|
11 | - * $tkt_row |
|
12 | - * $ticket_datetime_checked |
|
13 | - * $ticket_datetime_selected |
|
14 | - * $DTT_name; |
|
15 | - * $tkt_status_class; |
|
16 | - */ |
|
17 | 8 | \ No newline at end of file |
9 | + * template args in use |
|
10 | + * |
|
11 | + * $dtt_row |
|
12 | + * $tkt_row |
|
13 | + * $ticket_datetime_checked |
|
14 | + * $ticket_datetime_selected |
|
15 | + * $DTT_name; |
|
16 | + * $tkt_status_class; |
|
17 | + */ |
|
18 | 18 | \ No newline at end of file |
@@ -1,18 +1,18 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This template is responsible for the template pack and variations metabox that appears on the Message Templates editor. |
|
4 | - * |
|
5 | - * @since 4.5.0 |
|
6 | - * |
|
7 | - * Template args are: |
|
8 | - * |
|
9 | - * @type $template_packs_selector The selector for a template pack. |
|
10 | - * @type $variations_selector The selector for the variations on the selected template. |
|
11 | - * @type $template_pack_label The label for the template pack selector. |
|
12 | - * @type $template_variation_label The label for the template variation selector. |
|
13 | - * @type $template_pack_description The description for the template packs for the given messenger. |
|
14 | - * @type $template_variation_description The description for the template variations for the given messenger. |
|
15 | - */ |
|
3 | + * This template is responsible for the template pack and variations metabox that appears on the Message Templates editor. |
|
4 | + * |
|
5 | + * @since 4.5.0 |
|
6 | + * |
|
7 | + * Template args are: |
|
8 | + * |
|
9 | + * @type $template_packs_selector The selector for a template pack. |
|
10 | + * @type $variations_selector The selector for the variations on the selected template. |
|
11 | + * @type $template_pack_label The label for the template pack selector. |
|
12 | + * @type $template_variation_label The label for the template variation selector. |
|
13 | + * @type $template_pack_description The description for the template packs for the given messenger. |
|
14 | + * @type $template_variation_description The description for the template variations for the given messenger. |
|
15 | + */ |
|
16 | 16 | ?> |
17 | 17 | <div id="template-variations-selectors"> |
18 | 18 | <label for="MTP_template_pack"><?php echo $template_pack_label; ?>:</label> <?php echo $template_packs_selector; ?> <span class="spinner"></span> |