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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-3 / +2 lines)
Lines 117-125 Link Here
117
    <script type="text/javascript">
117
    <script type="text/javascript">
118
        function newDescField() {
118
        function newDescField() {
119
            $("#adddescription").before(
119
            $("#adddescription").before(
120
                '<li><label>setDescription: </label>' +
120
                '<li><label>' + _("setDescription: ") + '</label>' +
121
                '<textarea style="vertical-align:middle" rows="2" cols="30" name="description"></textarea>' +
121
                '<textarea style="vertical-align:middle" rows="2" cols="30" name="description"></textarea>' +
122
                '<a class="remove_description" href="#"><i class="fa fa-fw fa-trash"></i> Remove</a>' +
122
                '<a class="remove_description" href="#"><i class="fa fa-fw fa-trash"></i>' + _(" Remove") + '</a>' +
123
                '</li>'
123
                '</li>'
124
            );
124
            );
125
        }
125
        }
126
- 

Return to bug 20140