C:\xampp\htdocs\landing\wp-content\plugins\totalpoll\src\Admin\Poll\views\settings\choices\sort.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php defined'ABSPATH' ) && exit(); ?><div class="totalpoll-settings-item">
    <div class="totalpoll-settings-field">
        <label class="totalpoll-settings-field-label">
            <?php _e'Sort choices by''totalpoll' ); ?>
        </label>

        <p>
            <label>
                <input type="radio" name="" value="position" ng-model="editor.settings.choices.sort.field">
                <?php _e'Position''totalpoll' ); ?>
            </label>
            &nbsp;&nbsp;
            <label>
                <input type="radio" name="" value="votes" ng-model="editor.settings.choices.sort.field">
                <?php _e'Votes''totalpoll' ); ?>
            </label>
            &nbsp;&nbsp;
            <label>
                <input type="radio" name="" value="label" ng-model="editor.settings.choices.sort.field" >
                <?php _e'Label''totalpoll' ); ?>
                
            </label>
            &nbsp;&nbsp;
            <label>
                <input type="radio" name="" value="random" ng-model="editor.settings.choices.sort.field" >
                <?php _e'Random''totalpoll' ); ?>
                
            </label>
        </p>

    </div>
</div>
<div class="totalpoll-settings-item" ng-if="editor.settings.choices.sort.field !== 'random'">
    <div class="totalpoll-settings-field">
        <label class="totalpoll-settings-field-label">
            <?php _e'Direction''totalpoll' ); ?>
        </label>

        <p>
            <label>
                <input type="radio" name="" value="DESC" ng-model="editor.settings.choices.sort.direction">
                <?php _e'Descending''totalpoll' ); ?>
            </label>
            &nbsp;&nbsp;
            <label>
                <input type="radio" name="" value="ASC" ng-model="editor.settings.choices.sort.direction">
                <?php _e'Ascending''totalpoll' ); ?>
            </label>
        </p>
    </div>
</div>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586