Results 1 to 2 of 2

Thread: lost Field

  1. #1
    telecomm0204 is offline Junior Member
    Join Date
    Aug 2006
    Posts
    4

    Default lost Field

    We have been moving fields around on the Account edit/detail and have managed to lose the member of field can anone help? can't find it in view sugar fields or veiw sugar bin

  2. #2
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: lost Field

    Quote Originally Posted by telecomm0204
    We have been moving fields around on the Account edit/detail and have managed to lose the member of field can anone help? can't find it in view sugar fields or veiw sugar bin
    If you have access to the html files, you can add it manually.

    This is for the DetailView
    <td valign="top" class="tabDetailViewDL"><slot>{MOD.LBL_MEMBER_OF}</slot></td>
    <td valign="top" class="tabDetailViewDF"><slot><a href="index.php?module=Accounts&action=DetailView& record={PARENT_ID}">{PARENT_NAME}</a>&nbsp;</slot></td>

    This is for the EditView

    <td valign="top" class="dataLabel"><slot>{MOD.LBL_MEMBER_OF}</slot></td>
    <td valign="top" class="dataField"><slot><input class="sqsEnabled" tabindex="1" autocomplete="off" id="parent_name" name='parent_name' type="text" value="{PARENT_NAME}"><input id='parent_id' name='parent_id' type="hidden" value="{PARENT_ID}" />
    <input title="{APP.LBL_SELECT_BUTTON_TITLE}" accessKey="{APP.LBL_SELECT_BUTTON_KEY}" type="button" tabindex='1' class="button" value='{APP.LBL_SELECT_BUTTON_LABEL}' name=btn1
    onclick='open_popup("Accounts", 600, 400, "", true, false, {encoded_popup_request_data},"single",true);' /></slot></td>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •