File tree Expand file tree Collapse file tree 13 files changed +14
-14
lines changed
Expand file tree Collapse file tree 13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public function __toString()
8282 if (!$ this ->label ) return $ content ;
8383 return <<<EOF
8484<div class="dlp dlp-form-row">
85- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
85+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
8686 {$ content }
8787</div>
8888EOF ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function __toString()
4040 if (!$ this ->label ) return $ content ;
4141 return <<<EOF
4242<div class="dlp dlp-form-row">
43- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
43+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
4444 {$ content }
4545</div>
4646EOF ;
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public function __toString()
130130
131131 return <<<EOF
132132<div class="dlp dlp-form-row">
133- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
133+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
134134 {$ content }
135135</div>
136136EOF ;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public function __toString()
5050 if (!$ this ->label ) return $ content ;
5151 return <<<EOF
5252<div class="dlp dlp-form-row">
53- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
53+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
5454 {$ content }
5555</div>
5656EOF ;
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public function __toString()
8181 if (!$ this ->label ) return $ content ;
8282 return <<<EOF
8383<div class="dlp dlp-form-row">
84- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
84+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
8585 {$ content }
8686</div>
8787EOF ;
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ public function __toString()
175175
176176 return <<<EOF
177177<div class="dlp dlp-form-row" style="align-items:center;">
178- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
178+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
179179 {$ content }
180180</div>
181181EOF ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function __toString()
3737
3838 return <<<EOF
3939<div class="dlp dlp-form-row">
40- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
40+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
4141 {$ this ->content }
4242</div>
4343EOF ;
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function __toString()
7878 if (!$ this ->label ) return $ content ;
7979 return <<<EOF
8080<div class="dlp dlp-form-row">
81- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
81+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
8282 {$ content }
8383</div>
8484EOF ;
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public function __toString()
157157
158158 return <<<EOF
159159<div class="dlp dlp-form-row">
160- <label class="dlp-text" for=" {$ this ->column }"> {$ this ->label }</label >
160+ <div class="dlp-form-label dlp- text" for=" {$ this ->column }"> {$ this ->label }</div >
161161 {$ content }
162162</div>
163163EOF ;
You can’t perform that action at this time.
0 commit comments