yes?Quote:
[Only registered and activated users can see links. Click Here To Register...]
YES I'm using your latest files and I wanted to set PayPal on and i saw this so I had to ask youQuote:
did you use min php7?
its no big problem, im one of the maintainer of this package, there is atm no big problem, and its alreay changed, just need to release newer version of the data-grid
please post some lines and the class name, so see what you edit, just login.php doesnt helpQuote:
I was trying to add an icon next to username at login.PHP but whatever I try the site stop working
example
[Only registered and activated users can see links. Click Here To Register...]
that will not workQuote:
so I want the icon before the placeholder so I tried that icon nothing happens
then I tried to add the full code the one in purple the site went off
$this->add([
'name' => 'username',
'options' => [
'label' => 'Username',
],
'attributes' => [
'<i class="fa fa-user"></i>'
'icon' => 'fa fa-user',
'placeholder' => 'Username',
'class' => 'form-control',
'type' => 'text'
],
]);
'attributes' => [
'placeholder' => ' Username',
'class' => 'form-control',
'type' => 'text'
],
read the example...Quote:
[Only registered and activated users can see links. Click Here To Register...]
'attributes' => [
'placeholder' => ' Username',
'class' => 'form-control',
'type' => 'text'
],