Commit a69283b 1 parent 6443a40 commit a69283b Copy full SHA for a69283b
File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 56
56
</div>
57
57
58
58
<div class="form-group">
59
- <label class="control-label" for="nickname"><?php _e ('Surname ' , 'stormbringer ' ) ?>
60
- <span class="form-required">*</span></label>
59
+ <label class="control-label" for="nickname"><?php _e ('Surname ' , 'stormbringer ' ) ?> <span class="form-required">*</span></label>
61
60
62
61
<div class="form-input">
63
62
<input placeholder="<?php _e ('Surname ' , 'stormbringer ' ) ?> " type="text" name="nickname" id="nickname" class="form-control" value="<?php echo esc_attr ($ profileuser ->nickname ) ?> "/>
64
63
</div>
65
64
</div>
66
65
67
66
<div class="form-group">
68
- <label class="control-label" for="display_name"><?php _e ('Displayed publicly ' , 'stormbringer ' ) ?>
69
- <span class="form-required">*</span></label>
67
+ <label class="control-label" for="display_name"><?php _e ('Displayed publicly ' , 'stormbringer ' ) ?> <span class="form-required">*</span></label>
70
68
71
69
<div class="form-input">
72
70
<select name="display_name" id="display_name" class="form-control">
101
99
<legend><?php _e ('Social networks ' , 'stormbringer ' ) ?> </legend>
102
100
103
101
<div class="form-group">
104
- <label class="control-label" for="email"><?php _e ('Email ' , 'stormbringer ' ) ?> <span class="form-required">*</span></label>
102
+ <label class="control-label" for="email"><?php _e ('Email ' , 'stormbringer ' ) ?> <span class="form-required">*</span></label>
105
103
106
104
<div class="form-input">
107
105
<input placeholder="<?php _e ('Email ' , 'stormbringer ' ) ?> " type="text" name="email" id="email" class="form-control" value="<?php echo esc_attr ($ profileuser ->user_email ) ?> "/>
Original file line number Diff line number Diff line change 82
82
foreach ($ get_tml_actions_posts as $ post ){
83
83
$ action = get_post_meta ($ post ->ID , '_tml_action ' ,true );
84
84
$ link [$ action ] = get_permalink ($ post ->ID );
85
- $ title [$ action ] = $ post ->post_title ;;
85
+ $ title [$ action ] = $ post ->post_title ;
86
86
}
87
87
if ( 0 == $ current_user ->ID ) : // logged in
88
88
?>
Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ $color4: #175567;
5
5
$color5 : #006F71 ;
6
6
$white : #fff ;
7
7
8
+ $brand-primary : $color5 ;
8
9
$body-bg : #fff ;
9
10
$link-color : $color5 ;
10
11
$link-hover-color : darken ($link-color , 10% );
11
-
12
12
$btn-primary-bg : $color4 ;
13
-
14
13
$input-border-focus : #8acccc ;
15
14
16
15
$border-radius-base : 0px !default ;
You can’t perform that action at this time.
0 commit comments