Plugin Directory

Changeset 2469503


Ignore:
Timestamp:
02/05/2021 12:50:17 PM (5 years ago)
Author:
frier
Message:

2021-02-05 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • books-papers/trunk/pages/settings-page.php

    r2468763 r2469503  
    204204            <div id="textLength" style="width:auto;display:inline-block;visibility:hidden;font-size:14px;position:fixed"></div>
    205205        </form>
     206        <h2>General List Element Style</h2>
     207        <p>
     208            Set the style of the whole publication element. If you want to change style of some subelement (for example change the styling of links only), use "style" attributes in the list inputs in the section above.
     209        </p>
     210        <form name="lstyle" action="" method="post">
     211            <?php
     212            if ( function_exists('wp_nonce_field') )
     213                wp_nonce_field('bnp_lstyle_setting');
     214            ?>
     215            <input oninput="changeInputWidthDefault('lstylevalue')" id="lstylevalue" name="lstylevalue" type="text" placeholder="" value="<?php echo get_option('bnpp_lstyle_value');?>">
     216            <button class="button" id="lstyleSubmit" type="submit">Set List Element Style</button>
     217        </form>
    206218        <h2>Custom Paper Display Characteristics</h2>
    207219        <p>
Note: See TracChangeset for help on using the changeset viewer.