Subversion Repositories cheapmusic

Rev

Rev 66 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66 Rev 68
Line 132... Line 132...
132
        <div class="shadow p-4 mb-4 bg-light">
132
        <div class="shadow p-4 mb-4 bg-light">
133
            <p>This page allows to maintain the wishlist. Clicking on the heading (<i class="fas fa-caret-up"></i><i class="fas fa-caret-down"></i>) for artist, title, barcode, format or ceiling price will sort the list; hit the same heading a second time to reverse the sort order. The search filter (<i class="fas fa-search"></i>) on top of the table hides all entries which do not contain the seach phrase; it can be reset by hitting the <i class="fas fa-window-close"></i>.</p>
133
            <p>This page allows to maintain the wishlist. Clicking on the heading (<i class="fas fa-caret-up"></i><i class="fas fa-caret-down"></i>) for artist, title, barcode, format or ceiling price will sort the list; hit the same heading a second time to reverse the sort order. The search filter (<i class="fas fa-search"></i>) on top of the table hides all entries which do not contain the seach phrase; it can be reset by hitting the <i class="fas fa-window-close"></i>.</p>
134
            <p>The following buttons are available for each entry:</p>
134
            <p>The following buttons are available for each entry:</p>
135
            <ul class="list-unstyled">
135
            <ul class="list-unstyled">
136
                <li><i class="fas fa-edit"></i> - Edit artist, title, barcode, format and ceiling price</li>
136
                <li><i class="fas fa-edit"></i> - Edit artist, title, barcode, format and ceiling price</li>
137
                <li><i class="fas fa-window-close btn-wishlist-delete"></i> - Delete wishlist entry (after confirmation)</li>
137
                <li><i class="fas fa-window-close"></i> - Delete wishlist entry (after confirmation)</li>
138
                <li><i class="fas fa-info-circle"></i> - Get detailed album information</li>
138
                <li><i class="fas fa-info-circle"></i> - Get detailed album information</li>
139
                <li><i class="fas fa-search"></i> - Search for online store listings</li>
139
                <li><i class="fas fa-search"></i> - Search for online store listings</li>
140
            </ul>
140
            </ul>
141
            <img class="img-fluid" src="images/help/wishlist.png" alt="Coupon/Wishlist">
141
            <img class="img-fluid" src="images/help/wishlist.png" alt="Coupon/Wishlist">
142
        </div>
142
        </div>