Add the Search Button to a Minibase

  • Please insert the following code in the Minibase App to create a Return to Search button

    Return to Search

     

     

     

    Step 1 Select the Source Code Icon from the Style bar

     source code icon

     

     

    Step 2 copy and paste the code below and add to the top of the code box

    <p><a title="Return to Search" href="/Page/35681"><img title="Return to Search" src="/cms/lib/FL01803656/Centricity/ModuleInstance/57121/return-to-search.png" alt="Return to Search " width="179" height="52" /></a></p>
    <br />

    Notes: Be sure to change the /Page/ number in the code to your desired page.

     

    Step 3 Add the Repeater code to the table: 

    <!--$SW-REPEATER$--></table>
    &nbsp;&nbsp;&nbsp;&nbsp; <!--$/SW-REPEATER$-->

    Example:

    <!--$SW-REPEATER$-->
    <table width="100%">
    <tbody>
    <tr>
    <td style="width: 30%;"><span style="font-size: medium;">$FIELD0</span></td>
    <td style="width: 70%;"><span style="font-size: medium;"><a title="Document opens in a new window" href="$FIELD2" target="_blank" rel="noopener noreferrer">$FIELD1</a></span></td>
    </tr>
    </tbody>
    </table>
    <!--$/SW-REPEATER$-->

     

     Contact the IT Service Desk for a Remedy Ticket if you need further assistance