| 1 |
<?php |
| 2 |
|
| 3 |
if ( !defined( 'ABSPATH' ) ) { |
| 4 |
exit; |
| 5 |
} |
| 6 |
//$jobwpApplyFormStyle = []; |
| 7 |
//print_r($jobwpApplyFormStyle); |
| 8 |
foreach ( $jobwpApplyFormStyle as $fs_name => $fs_value ) { |
| 9 |
if ( isset( $jobwpApplyFormStyle[$fs_name] ) ) { |
| 10 |
${"" . $fs_name} = $fs_value; |
| 11 |
} |
| 12 |
} |
| 13 |
?> |
| 14 |
<form name="jobwp_apply_form_style_form" role="form" class="form-horizontal" method="post" action="" id="jobwp-apply-form-style-form"> |
| 15 |
<table class="jobwp-single-style-settings-table"> |
| 16 |
<!-- Container --> |
| 17 |
<tr> |
| 18 |
<th scope="row" colspan="4"> |
| 19 |
<hr><span><?php |
| 20 |
_e( 'Form Container', 'jobwp' ); |
| 21 |
?></span><hr> |
| 22 |
</th> |
| 23 |
</tr> |
| 24 |
<tr> |
| 25 |
<th scope="row"> |
| 26 |
<label><?php |
| 27 |
_e( 'Background Color', 'jobwp' ); |
| 28 |
?>:</label> |
| 29 |
</th> |
| 30 |
<td colspan="3"> |
| 31 |
<?php |
| 32 |
?> |
| 33 |
<span><?php |
| 34 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 35 |
?></span> |
| 36 |
<?php |
| 37 |
?> |
| 38 |
</td> |
| 39 |
</tr> |
| 40 |
<!-- Form Title --> |
| 41 |
<tr> |
| 42 |
<th scope="row" colspan="4"> |
| 43 |
<hr><span><?php |
| 44 |
_e( 'Form Title', 'jobwp' ); |
| 45 |
?></span><hr> |
| 46 |
</th> |
| 47 |
</tr> |
| 48 |
<tr> |
| 49 |
<th scope="row"> |
| 50 |
<label><?php |
| 51 |
_e( 'Color', 'jobwp' ); |
| 52 |
?>:</label> |
| 53 |
</th> |
| 54 |
<td> |
| 55 |
<?php |
| 56 |
?> |
| 57 |
<span><?php |
| 58 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 59 |
?></span> |
| 60 |
<?php |
| 61 |
?> |
| 62 |
</td> |
| 63 |
<th scope="row"> |
| 64 |
<label><?php |
| 65 |
_e( 'Font Size', 'jobwp' ); |
| 66 |
?>:</label> |
| 67 |
</th> |
| 68 |
<td> |
| 69 |
<?php |
| 70 |
?> |
| 71 |
<span><?php |
| 72 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 73 |
?></span> |
| 74 |
<?php |
| 75 |
?> |
| 76 |
</td> |
| 77 |
</tr> |
| 78 |
<!-- Form Label --> |
| 79 |
<tr> |
| 80 |
<th scope="row" colspan="4"> |
| 81 |
<hr><span><?php |
| 82 |
_e( 'Form Label', 'jobwp' ); |
| 83 |
?></span><hr> |
| 84 |
</th> |
| 85 |
</tr> |
| 86 |
<tr> |
| 87 |
<th scope="row"> |
| 88 |
<label><?php |
| 89 |
_e( 'Color', 'jobwp' ); |
| 90 |
?>:</label> |
| 91 |
</th> |
| 92 |
<td> |
| 93 |
<?php |
| 94 |
?> |
| 95 |
<span><?php |
| 96 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 97 |
?></span> |
| 98 |
<?php |
| 99 |
?> |
| 100 |
</td> |
| 101 |
<th scope="row"> |
| 102 |
<label><?php |
| 103 |
_e( 'Font Size', 'jobwp' ); |
| 104 |
?>:</label> |
| 105 |
</th> |
| 106 |
<td> |
| 107 |
<?php |
| 108 |
?> |
| 109 |
<span><?php |
| 110 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 111 |
?></span> |
| 112 |
<?php |
| 113 |
?> |
| 114 |
</td> |
| 115 |
</tr> |
| 116 |
<!-- Form Inputs --> |
| 117 |
<tr> |
| 118 |
<th scope="row" colspan="4"> |
| 119 |
<hr><span><?php |
| 120 |
_e( 'Form Inputs', 'jobwp' ); |
| 121 |
?></span><hr> |
| 122 |
</th> |
| 123 |
</tr> |
| 124 |
<tr> |
| 125 |
<th scope="row"> |
| 126 |
<label><?php |
| 127 |
_e( 'Color', 'jobwp' ); |
| 128 |
?>:</label> |
| 129 |
</th> |
| 130 |
<td> |
| 131 |
<?php |
| 132 |
?> |
| 133 |
<span><?php |
| 134 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 135 |
?></span> |
| 136 |
<?php |
| 137 |
?> |
| 138 |
</td> |
| 139 |
<th scope="row"> |
| 140 |
<label><?php |
| 141 |
_e( 'Font Size', 'jobwp' ); |
| 142 |
?>:</label> |
| 143 |
</th> |
| 144 |
<td> |
| 145 |
<?php |
| 146 |
?> |
| 147 |
<span><?php |
| 148 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 149 |
?></span> |
| 150 |
<?php |
| 151 |
?> |
| 152 |
</td> |
| 153 |
</tr> |
| 154 |
<tr> |
| 155 |
<th scope="row"> |
| 156 |
<label><?php |
| 157 |
_e( 'Background Color', 'jobwp' ); |
| 158 |
?>:</label> |
| 159 |
</th> |
| 160 |
<td> |
| 161 |
<?php |
| 162 |
?> |
| 163 |
<span><?php |
| 164 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 165 |
?></span> |
| 166 |
<?php |
| 167 |
?> |
| 168 |
</td> |
| 169 |
<th scope="row"> |
| 170 |
<label><?php |
| 171 |
_e( 'Border Color', 'jobwp' ); |
| 172 |
?>:</label> |
| 173 |
</th> |
| 174 |
<td> |
| 175 |
<?php |
| 176 |
?> |
| 177 |
<span><?php |
| 178 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 179 |
?></span> |
| 180 |
<?php |
| 181 |
?> |
| 182 |
</td> |
| 183 |
</tr> |
| 184 |
<!-- Apply Button --> |
| 185 |
<tr> |
| 186 |
<th scope="row" colspan="4"> |
| 187 |
<hr><span><?php |
| 188 |
_e( 'Apply Button', 'jobwp' ); |
| 189 |
?></span><hr> |
| 190 |
</th> |
| 191 |
</tr> |
| 192 |
<tr> |
| 193 |
<th scope="row"> |
| 194 |
<label><?php |
| 195 |
_e( 'Background Color', 'jobwp' ); |
| 196 |
?>:</label> |
| 197 |
</th> |
| 198 |
<td colspan="3"> |
| 199 |
<?php |
| 200 |
?> |
| 201 |
<span><?php |
| 202 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 203 |
?></span> |
| 204 |
<?php |
| 205 |
?> |
| 206 |
</td> |
| 207 |
</tr> |
| 208 |
<tr> |
| 209 |
<th scope="row"> |
| 210 |
<label><?php |
| 211 |
_e( 'Font Color', 'jobwp' ); |
| 212 |
?>:</label> |
| 213 |
</th> |
| 214 |
<td> |
| 215 |
<?php |
| 216 |
?> |
| 217 |
<span><?php |
| 218 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 219 |
?></span> |
| 220 |
<?php |
| 221 |
?> |
| 222 |
</td> |
| 223 |
<th scope="row"> |
| 224 |
<label><?php |
| 225 |
_e( 'Font Size', 'jobwp' ); |
| 226 |
?>:</label> |
| 227 |
</th> |
| 228 |
<td> |
| 229 |
<?php |
| 230 |
?> |
| 231 |
<span><?php |
| 232 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 233 |
?></span> |
| 234 |
<?php |
| 235 |
?> |
| 236 |
</td> |
| 237 |
</tr> |
| 238 |
<!-- Apply Button - Hover --> |
| 239 |
<tr> |
| 240 |
<th scope="row" colspan="4"> |
| 241 |
<hr><span><?php |
| 242 |
_e( 'Apply Button :: Hover', 'jobwp' ); |
| 243 |
?></span><hr> |
| 244 |
</th> |
| 245 |
</tr> |
| 246 |
<tr> |
| 247 |
<th scope="row"> |
| 248 |
<label><?php |
| 249 |
_e( 'Background Color', 'jobwp' ); |
| 250 |
?>:</label> |
| 251 |
</th> |
| 252 |
<td> |
| 253 |
<?php |
| 254 |
?> |
| 255 |
<span><?php |
| 256 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 257 |
?></span> |
| 258 |
<?php |
| 259 |
?> |
| 260 |
</td> |
| 261 |
<th scope="row"> |
| 262 |
<label><?php |
| 263 |
_e( 'Font Color', 'jobwp' ); |
| 264 |
?>:</label> |
| 265 |
</th> |
| 266 |
<td colspan="2"> |
| 267 |
<?php |
| 268 |
?> |
| 269 |
<span><?php |
| 270 |
echo '<a href="' . job_fs()->get_upgrade_url() . '">' . __( 'Please Upgrade Now', 'jobwp' ) . '</a>'; |
| 271 |
?></span> |
| 272 |
<?php |
| 273 |
?> |
| 274 |
</td> |
| 275 |
</tr> |
| 276 |
</table> |
| 277 |
<hr> |
| 278 |
<p class="submit"><button id="updateApplyFormStyle" name="updateApplyFormStyle" class="button button-primary jobwp-button"><?php |
| 279 |
_e( 'Save Settings', 'jobwp' ); |
| 280 |
?></button></p> |
| 281 |
</form> |