forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI Components, Section View Control, fix of #28675
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<div class="il-viewcontrol-section"> | ||
<a class="btn btn-default <!-- BEGIN prev_disabled --> ilSubmitInactive disabled<!-- END prev_disabled -->" type="button" | ||
<a class="btn btn-default <!-- BEGIN prev_disabled --> ilSubmitInactive disabled<!-- END prev_disabled -->" | ||
<!-- BEGIN prev_with_href --> href="{PREV_HREF}"<!-- END prev_with_href --> data-action="{PREV_ACTION}" | ||
<!-- BEGIN prev_with_id --> id="{PREV_ID}"<!-- END prev_with_id -->><span class="glyphicon glyphicon-chevron-left"></span></a> | ||
{BUTTON} | ||
<a class="btn btn-default <!-- BEGIN next_disabled --> ilSubmitInactive disabled<!-- END next_disabled -->" type="button" | ||
<a class="btn btn-default <!-- BEGIN next_disabled --> ilSubmitInactive disabled<!-- END next_disabled -->" | ||
<!-- BEGIN next_with_href --> href="{NEXT_HREF}"<!-- END next_with_href --> data-action="{NEXT_ACTION}" | ||
<!-- BEGIN next_with_id --> id="{NEXT_ID}"<!-- END next_with_id -->><span class="glyphicon glyphicon-chevron-right"></span></a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters