Skip to content

Commit

Permalink
Dev: attributes in attr, no class …
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jun 25, 2018
1 parent ce9d55b commit 67b8c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/TemplateConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public function getClassAndAttributes()
$aClassAndAttributes['attr']['registerformcaptchalabel'] = ' for="loadsecurity" ';
$aClassAndAttributes['attr']['registerformcaptchainput'] = ' type="text" size="15" maxlength="15" id="loadsecurity" name="loadsecurity" value="" alt="" required ';
$aClassAndAttributes['attr']['registermandatoryinfo'] = ' aria-hidden="true" ';
$aClassAndAttributes['class']['registersavedivbutton'] = ' type="submit" id="savebutton" name="savesubmit" value="save"';
$aClassAndAttributes['attr']['registersavedivbutton'] = ' type="submit" id="register_button" name="register" value="register"';

$aClassAndAttributes['attr']['register'] = $aClassAndAttributes['attr']['registerrow'] = $aClassAndAttributes['attr']['jumbotron'] = $aClassAndAttributes['attr']['registerrowjumbotrondiv'] = $aClassAndAttributes['attr']['registerulli'] = $aClassAndAttributes['class']['registerformcol'] = '';
$aClassAndAttributes['attr']['registerformcolrow'] = $aClassAndAttributes['attr']['registerformcolrowb'] = $aClassAndAttributes['attr']['registerformcolrowbdiv'] = $aClassAndAttributes['class']['registerformcolrowc'] = $aClassAndAttributes['class']['registerformcolrowcdiv'] = $aClassAndAttributes['attr']['registerformextras'] = '';
Expand Down

0 comments on commit 67b8c2c

Please sign in to comment.