Your Time:
Our Time:
← Back to discussions

Album Options

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 1 reply, 2 voices, and was last updated 11 years, 11 months ago by Wajid Khan.

Tagged: 

  • 2014-09-21 at 1:24 am
    Unknown Support Status
    #5383
    icarorio
    Participant
    • Topics: 18
    • Replies: 47
    • Total posts: 65
    • Post count: 57

    How can I resize this box to better view the items?
    Is to use the autocomplete function in this case instead of multiselect?

    array(
    ‘name’ => __(‘Artist Name’,’ATP_ADMIN_SITE’),
    ‘desc’ => ‘Select Artists you wish to assign for this album.’,
    ‘id’ => ‘audio_artist_name’,
    ‘title’ => ‘Artist’,
    ‘std’ => ”,
    ‘class’ => ‘select300’,
    ‘options’ => $this->atp_variable( ‘artists’),
    ‘type’ => ‘multiselect’,
    ),

    2014-09-23 at 11:56 am
    #5410
    Wajid Khan
    Keymaster
    • Topics: 5
    • Replies: 1543
    • Total posts: 1548
    • Post count: 1876

    Paste this code musicplay/framework/admin/css/atpadminnew.css on line #88

    .atp_inputs select {
        height: 145px !important;
        padding: 3px 10px 3px 3px;
        width: 275px;
    }

    Regards,
    Mawk

You must be logged in to reply to this topic.