Skip to content

Commit

Permalink
Dev: Add id to previous-button
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 14, 2017
1 parent 3dc6379 commit ed85c32
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 @@ -705,7 +705,7 @@ public function getClassAndAttributes()
$aClassAndAttributes['class']['loadbutton'] = ' ls-saveaction ls-loadall ';
$aClassAndAttributes['class']['savebutton'] = ' ls-saveaction ls-loadall ';

$aClassAndAttributes['attr']['navigatorbuttonprev'] = ' type="submit" value="moveprev" name="move" accesskey="p" accesskey="n"';
$aClassAndAttributes['attr']['navigatorbuttonprev'] = ' id="ls-button-previous" type="submit" value="moveprev" name="move" accesskey="p" accesskey="n"';
$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"';
Expand Down

0 comments on commit ed85c32

Please sign in to comment.