View | Details | Raw Unified | Return to bug 41216
Collapse All | Expand All

(-)a/t/lib/plugins/Koha/Plugin/TestValuebuilder/test_valuebuilder_popup.tt (-2 / +1 lines)
Lines 5-11 Link Here
5
        <title>[% plugin_name | html %] - Valuebuilder</title>
5
        <title>[% plugin_name | html %] - Valuebuilder</title>
6
        <meta charset="UTF-8" />
6
        <meta charset="UTF-8" />
7
    </head>
7
    </head>
8
    <body>
8
    <body id="test_valuebuilder_popup" class="test_valuebuilder_popup">
9
        <h1>[% plugin_name | html %]</h1>
9
        <h1>[% plugin_name | html %]</h1>
10
        <p>This is a test valuebuilder popup for field: [% field_id | html %]</p>
10
        <p>This is a test valuebuilder popup for field: [% field_id | html %]</p>
11
11
12
- 

Return to bug 41216