You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.1 KiB
HTML
21 lines
1.1 KiB
HTML
<div id="swipeoptionsmenu" class="popupmenu propform" role="dialog" aria-labelledby="aria-label-listoptions">
|
|
<h3 id="aria-label-listoptions" class="voice"><roundcube:label name="swipe.swipeoptions" /></h3>
|
|
<div class="form-group row swipeoptions-left">
|
|
<label for="swipeoptions-left" class="col-form-label col-sm-4"><roundcube:label name="swipe.swipeleft" /></label>
|
|
<div class="col-sm-8">
|
|
<roundcube:object name="swipeoptionslist" type="select" direction="left" />
|
|
</div>
|
|
</div>
|
|
<div class="form-group row swipeoptions-right">
|
|
<label for="swipeoptions-right" class="col-form-label col-sm-4"><roundcube:label name="swipe.swiperight" /></label>
|
|
<div class="col-sm-8">
|
|
<roundcube:object name="swipeoptionslist" type="select" direction="right" />
|
|
</div>
|
|
</div>
|
|
<div class="form-group row swipeoptions-down">
|
|
<label for="swipeoptions-down" class="col-form-label col-sm-4"><roundcube:label name="swipe.swipedown" /></label>
|
|
<div class="col-sm-8">
|
|
<roundcube:object name="swipeoptionslist" type="select" direction="down" />
|
|
</div>
|
|
</div>
|
|
</div> |