Skip to content

Commit

Permalink
Dev: Add id ls-button-submit to front-end submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 30, 2017
1 parent 2831843 commit 4d96a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/models/TemplateConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,8 @@ public function getClassAndAttributes()
$aClassAndAttributes['class']['savebutton'] = ' ls-saveaction ls-loadall ';

$aClassAndAttributes['attr']['navigatorbuttonprev'] = ' type="submit" value="moveprev" name="move" accesskey="p" accesskey="n"';
$aClassAndAttributes['attr']['navigatorbuttonsubmit'] = ' type="submit" value="movesubmit" name="move" accesskey="l" ';
$aClassAndAttributes['attr']['navigatorbuttonnext'] = ' type="submit" value="movenext" name="move" ';
$aClassAndAttributes['attr']['navigatorbuttonsubmit'] = ' id="ls-button-submit" type="submit" value="movesubmit" name="move" accesskey="l" ';
$aClassAndAttributes['attr']['navigatorbuttonnext'] = ' id="ls-button-submit" type="submit" value="movenext" name="move" ';
$aClassAndAttributes['attr']['loadbutton'] = ' type="submit" value="loadall" name="loadall" accesskey="L"';
$aClassAndAttributes['attr']['savebutton'] = ' type="submit" value="saveall" name="saveall" accesskey="s" ';

Expand Down

0 comments on commit 4d96a60

Please sign in to comment.