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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt (-1 / +1 lines)
Lines 64-70 Link Here
64
                       [% END %]
64
                       [% END %]
65
                       </table>
65
                       </table>
66
                       </fieldset>
66
                       </fieldset>
67
                       </fieldset class="action"><input type="submit" class="btn btn-primary" value="Save shortcuts"></fieldset>
67
                       <fieldset class="action"><input type="submit" class="btn btn-primary" value="Save shortcuts"></fieldset>
68
                   </form>
68
                   </form>
69
               [% ELSE %]
69
               [% ELSE %]
70
                   <p>Enable the advanced cataloging editor ( EnableAdvancedCatalogingEditor system preference) to define keyboard shortcuts</p>
70
                   <p>Enable the advanced cataloging editor ( EnableAdvancedCatalogingEditor system preference) to define keyboard shortcuts</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-7 / +7 lines)
Lines 252-261 Link Here
252
        <label for="show_actual">Show actual/estimated values</label>
252
        <label for="show_actual">Show actual/estimated values</label>
253
    </li>
253
    </li>
254
    </ol>
254
    </ol>
255
    <fieldset class="action">
255
</fieldset>
256
        <input type="submit" name="option_submit" class="btn btn-primary" value="Submit" />
256
<fieldset class="action">
257
        <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
257
    <input type="submit" name="option_submit" class="btn btn-primary" value="Submit" />
258
    </fieldset>
258
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
259
</fieldset>
259
</fieldset>
260
</form>
260
</form>
261
[% IF ( budget_lines ) %]
261
[% IF ( budget_lines ) %]
Lines 277-289 Link Here
277
            </select>
277
            </select>
278
        </li>
278
        </li>
279
    </ol>
279
    </ol>
280
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
281
    <input type="hidden" name="authcat" value="[% authcat | html %]" />
282
    </fieldset>
280
    <fieldset class="action">    <input type="submit" class="btn btn-primary" value="Submit" />
283
    <fieldset class="action">    <input type="submit" class="btn btn-primary" value="Submit" />
281
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
284
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
282
    <input type="hidden" name="report_name" value="[% report_name | html %]" />
285
    <input type="hidden" name="report_name" value="[% report_name | html %]" />
283
    <input type="hidden" name="output" value="file" /></fieldset>
286
    <input type="hidden" name="output" value="file" /></fieldset>
284
    <input type="hidden" name="budget_period_id" value="[% budget_period_id | html %]" />
285
    <input type="hidden" name="authcat" value="[% authcat | html %]" />
286
    </fieldset>
287
</form>
287
</form>
288
[% END %]
288
[% END %]
289
289
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-2 / +2 lines)
Lines 145-153 Link Here
145
                        </table>
145
                        </table>
146
                    </div> <!-- /.page-section -->
146
                    </div> <!-- /.page-section -->
147
147
148
                    <p>
148
                    <fieldset class="action">
149
                        <button id="delete-alerts" type="submit" class="btn btn-default disabled"><i class="fa fa-trash"></i> Delete selected alerts</button>
149
                        <button id="delete-alerts" type="submit" class="btn btn-default disabled"><i class="fa fa-trash"></i> Delete selected alerts</button>
150
                    </p>
150
                    </fieldset>
151
                </form>
151
                </form>
152
            </main>
152
            </main>
153
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
153
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-9 / +8 lines)
Lines 37-46 Link Here
37
37
38
                <h1>OverDrive library authnames</h1>
38
                <h1>OverDrive library authnames</h1>
39
39
40
                <div class="page-section">
40
                <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated">
41
                    <form action="/cgi-bin/koha/admin/overdrive.pl" name="overdrive_form" method="post" class="validated">
41
                    <input type="hidden" name="op" value="update" />
42
                        <input type="hidden" name="op" value="update" />
42
                    <fieldset>
43
44
                        <table id="od_info">
43
                        <table id="od_info">
45
                            <thead>
44
                            <thead>
46
                                <tr>
45
                                <tr>
Lines 62-72 Link Here
62
                                [% END %]
61
                                [% END %]
63
                            </tbody>
62
                            </tbody>
64
                        </table>
63
                        </table>
65
                        <div class="action">
64
                    </fieldset>
66
                            <input type="submit" class="btn btn-primary" value="Submit" />
65
                    <div class="action">
67
                        </div>
66
                        <input type="submit" class="btn btn-primary" value="Submit" />
68
                    </form>
67
                    </div>
69
                </div> <!-- /.page-section -->
68
                </form>
70
            </main>
69
            </main>
71
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
70
        </div> <!-- /.col-sm-10.col-sm-push-2 -->
72
71
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt (-13 / +12 lines)
Lines 103-112 Link Here
103
                                    <span class="hint">If checked, new subscriptions you create will be automatically shared with Mana KB.</span>
103
                                    <span class="hint">If checked, new subscriptions you create will be automatically shared with Mana KB.</span>
104
                                </li>
104
                                </li>
105
                            </ol>
105
                            </ol>
106
                            <fieldset class="action">
106
                        </fieldset>
107
                                <input type="hidden" name="op" value="save" />
107
                        <fieldset class="action">
108
                                <input type="submit" class="btn btn-primary" value="Save" />
108
                            <input type="hidden" name="op" value="save" />
109
                            </fieldset>
109
                            <input type="submit" class="btn btn-primary" value="Save" />
110
                        </fieldset>
110
                        </fieldset>
111
                    </form>
111
                    </form>
112
112
Lines 127-136 Link Here
127
                                        <div class="hint">Your unique security token used for authentication on Mana KB service (anti spam).</div>
127
                                        <div class="hint">Your unique security token used for authentication on Mana KB service (anti spam).</div>
128
                                    </li>
128
                                    </li>
129
                                </ol>
129
                                </ol>
130
                                <fieldset class="action">
130
                            </fieldset>
131
                                    <input type="hidden" name="op" value="reset" />
131
                            <fieldset class="action">
132
                                    <input type="submit" class="btn btn-primary" value="Reset your token" />
132
                                <input type="hidden" name="op" value="reset" />
133
                                </fieldset>
133
                                <input type="submit" class="btn btn-primary" value="Reset your token" />
134
                            </fieldset>
134
                            </fieldset>
135
                        </form>
135
                        </form>
136
                    [% ELSE %]
136
                    [% ELSE %]
Lines 147-156 Link Here
147
                                        <input id="email" type="text" name="email" size="45" required="required" />
147
                                        <input id="email" type="text" name="email" size="45" required="required" />
148
                                    </li>
148
                                    </li>
149
                                </ol>
149
                                </ol>
150
                                <fieldset class="action">
150
                            </fieldset>
151
                                    <input type="hidden" name="op" value="send" />
151
                            <fieldset class="action">
152
                                    <input type="submit" class="btn btn-primary" value="Send to Mana KB" />
152
                                <input type="hidden" name="op" value="send" />
153
                                </fieldset>
153
                                <input type="submit" class="btn btn-primary" value="Send to Mana KB" />
154
                            </fieldset>
154
                            </fieldset>
155
                        </form>
155
                        </form>
156
                    [% END %]
156
                    [% END %]
157
- 

Return to bug 32769