mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Document Select Button Styling Fixes
This commit is contained in:
parent
952b22475a
commit
c359455e9e
1 changed files with 7 additions and 1 deletions
|
@ -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}"/> <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}"/>
|
||||
<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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue