[Legacy] Document Select Button Styling Fixes

This commit is contained in:
balumahendran 2022-12-16 21:16:12 +05:30 committed by Clemente Raposo
parent 952b22475a
commit c359455e9e

View file

@ -108,7 +108,13 @@ array(
0 =>
array(
'name' => 'related_doc_name',
'customCode' => '<input name="related_document_name" type="text" size="30" maxlength="255" value="{$RELATED_DOCUMENT_NAME}" readonly><input name="related_doc_id" type="hidden" value="{$fields.related_doc_id.value}"/>&nbsp;<input title="{$APP.LBL_SELECT_BUTTON_TITLE}" type="{$RELATED_DOCUMENT_BUTTON_AVAILABILITY}" class="button" value="{$APP.LBL_SELECT_BUTTON_LABEL}" name="btn2" onclick=\'open_popup("Documents", 600, 400, "", true, false, {$encoded_document_popup_request_data}, "single", true);\'/>',
'customCode' => '<input name="related_document_name" type="text" size="30" maxlength="255" value="{$RELATED_DOCUMENT_NAME}" readonly>
<input name="related_doc_id" type="hidden" value="{$fields.related_doc_id.value}"/>&nbsp;
<span>
<button style="background: transparent; opacity: 0.3; margin: 0; padding: 0;" title="{$APP.LBL_SELECT_BUTTON_TITLE}" type="{$RELATED_DOCUMENT_BUTTON_AVAILABILITY}" class="button" value="{$APP.LBL_SELECT_BUTTON_LABEL}" name="btn2" onclick=\'open_popup("Documents", 600, 400, "", true, false, {$encoded_document_popup_request_data}, "single", true);\'/>
{sugar_getimage name="cursor"}
</button>
</span>'
),
1 =>
array(