author_name_group

   Usages of this macro
... in adv_search.naml
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<macro name="author_name_group">
    <tr>
        <td colspan="2">
            <div class="shaded-bg-color rounded second-font group-header">
                <t>Author name</t>
            </div>
        </td>
    </tr>
    <tr>
        <td class="form-label"><t>is:</t></td>
        <td><n.adv_search_input
Macro
Parameters: name
 name="authorphrase" /></td>
    </tr>
    <tr>
        <td class="form-label end-group"><t>is not:</t></td>
        <td class="end-group"><n.adv_search_input
Macro
Parameters: name
 name="authorphrasenot" /></td>
    </tr>
</macro>