Code: Select all
$this->smarty->assign('username', $this->CreateInputText($id, 'username', '', 10,'','hello="world" class="input-small" placeholder="Username"'));
Code: Select all
<input id="m72510username" class="cms_textfield" type="text" placeholder="Username" hello="world" maxlength="" size="10" value="" name="m72510username">
I fail to see ANY plus side whatsoever to forcing this upon a user and taking away the ability class a text input field.
Is there any workaround here without touching the core code? Am I missing something obvious here?
This is on a 1.10.x series install.