This topic has 1 reply, 2 voices, and was last updated 11 years, 11 months ago by Wajid Khan.
Tagged: album
Viewing 2 posts - 1 through 2 (of 2 total)
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’,
),
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
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.