File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,10 @@ table.mc4wp-help tr:hover {
158
158
background-color : # ddd ;
159
159
}
160
160
161
+ # mc4wp .wp-list-table code {
162
+ float : right;
163
+ }
164
+
161
165
@media (max-width : 1279px ) {
162
166
163
167
# mc4wp-sidebar ,
@@ -174,6 +178,9 @@ table.mc4wp-help tr:hover {
174
178
margin-top : 25px ;
175
179
padding-top : 25px ;
176
180
}
181
+ # mc4wp .wp-list-table code {
182
+ float : none;
183
+ }
177
184
178
185
}
179
186
Original file line number Diff line number Diff line change 60
60
<tr>
61
61
<th class="mc4wp-hide-smallscreens" scope="col">List ID</th>
62
62
<th scope="col">List Name</th>
63
- <th scope="col">Merge Fields</th>
63
+ <th scope="col">Merge Fields <code>TAG</code> </th>
64
64
<th scope="col">Groupings</th>
65
65
<th class="mc4wp-hide-smallscreens" scope="col">Subscribers</th>
66
66
</tr>
78
78
<?php if ( ! empty ( $ list ->merge_vars ) && is_array ( $ list ->merge_vars ) ) { ?>
79
79
<ul class="ul-square" style="margin-top: 0;">
80
80
<?php foreach ( $ list ->merge_vars as $ merge_var ) { ?>
81
- <li><?php echo esc_html ( $ merge_var ->name ); ?> <code><?php echo esc_html ( $ merge_var ->tag ); ?> </code></li>
81
+ <li><?php echo esc_html ( $ merge_var ->name ); if ( $ merge_var -> req ) echo ' <span style="color:red;">*</span> ' ; ?> <code><?php echo esc_html ( $ merge_var ->tag ); ?> </code></li>
82
82
<?php } ?>
83
83
</ul>
84
84
<?php } ?>
You can’t perform that action at this time.
0 commit comments