Commit f80a512 1 parent 898d67b commit f80a512 Copy full SHA for f80a512
File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 15
15
<div class="form-group">
16
16
<label class="control-label" for="userlogin<?php $ template ->the_instance (); ?> "><?php _e ('Username ' , 'stormbringer ' ) ?> </label>
17
17
18
- <input placeholder="<?php _e ('Username ' , 'stormbringer ' ) ?> " type="text" name="log" id="userlogin<?php $ template ->the_instance (); ?> " class="form-control" value="<?php $ template ->the_posted_value ('log ' ); ?> "/>
18
+ <div class="form-field">
19
+ <input placeholder="<?php _e ('Username ' , 'stormbringer ' ) ?> " type="text" name="log" id="userlogin<?php $ template ->the_instance (); ?> " class="form-control" value="<?php $ template ->the_posted_value ('log ' ); ?> "/>
20
+ </div>
19
21
</div>
20
22
21
23
<div class="form-group">
22
24
<label class="control-label" for="userpass-<?php $ template ->the_instance (); ?> "><?php _e ('Password ' , 'stormbringer ' ) ?> </label>
23
25
24
- <input placeholder="<?php _e ('Password ' , 'stormbringer ' ) ?> " type="password" name="pwd" id="userpass<?php $ template ->the_instance (); ?> " class="form-control" value=""/>
26
+ <div class="form-field">
27
+ <input placeholder="<?php _e ('Password ' , 'stormbringer ' ) ?> " type="password" name="pwd" id="userpass<?php $ template ->the_instance (); ?> " class="form-control" value=""/>
28
+ </div>
25
29
</div>
26
30
27
31
28
32
<div class="form-group">
29
- <label class="checkbox">
30
- <input name="rememberme" type="checkbox" id="rememberme<?php $ template ->the_instance (); ?> " value="forever"/> <?php _e ('Remember Me ' , 'stormbringer ' ); ?>
31
- </label>
33
+ <div class="form-field">
34
+ <label class="checkbox">
35
+ <input name="rememberme" type="checkbox" id="rememberme<?php $ template ->the_instance (); ?> " value="forever"/> <?php _e ('Remember Me ' , 'stormbringer ' ); ?>
36
+ </label>
37
+ </div>
32
38
</div>
33
39
34
40
<?php
You can’t perform that action at this time.
0 commit comments