diff options
Diffstat (limited to 'template/admin')
-rw-r--r-- | template/admin/html/page/form.php | 2 | ||||
-rw-r--r-- | template/admin/html/post/form.php | 2 | ||||
-rw-r--r-- | template/admin/html/user/form.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/template/admin/html/page/form.php b/template/admin/html/page/form.php index 19df11f..5074a67 100644 --- a/template/admin/html/page/form.php +++ b/template/admin/html/page/form.php @@ -77,7 +77,7 @@ <?php endforeach; ?> </ul> </div> - <div class="flex flex-padding background flex-arguments"> + <div class="flex flex-padding background"> <input id="form_argv" name="argv" maxlength="250" placeholder="[ARGUMENT_ONE=foo|ARGUMENT_TWO=bar …]" value="<?=escapeHTML($FORM['DATA']['ARGV'])?>" /> </div> <?php else: ?> diff --git a/template/admin/html/post/form.php b/template/admin/html/post/form.php index a1fa601..50db740 100644 --- a/template/admin/html/post/form.php +++ b/template/admin/html/post/form.php @@ -77,7 +77,7 @@ <?php endforeach; ?> </ul> </div> - <div class="flex flex-padding background flex-arguments"> + <div class="flex flex-padding background"> <input id="form_argv" name="argv" maxlength="250" placeholder="[ARGUMENT_ONE=foo|ARGUMENT_TWO=bar …]" value="<?=escapeHTML($FORM['DATA']['ARGV'])?>" /> </div> <?php else: ?> diff --git a/template/admin/html/user/form.php b/template/admin/html/user/form.php index 4e0f3c4..50f79be 100644 --- a/template/admin/html/user/form.php +++ b/template/admin/html/user/form.php @@ -83,7 +83,7 @@ <?php endforeach; ?> </ul> </div> - <div class="flex flex-padding background flex-arguments"> + <div class="flex flex-padding background"> <input id="form_argv" name="argv" maxlength="250" placeholder="[ARGUMENT_ONE=foo|ARGUMENT_TWO=bar …]" value="<?=escapeHTML($FORM['DATA']['ARGV'])?>" /> </div> <?php else: ?> |