Status: offline

ivy

Forum User
Full Member
Registered: 11/25/04
Posts: 315
lang_htmnotallowed, lang_htmlnotallowed ... confused. ?

Text Formatted Code
plugins/calendar/functions.inc
    $eventform->set_var('lang_htmnotallowed', $LANG_CAL_1[44]);

plugins/calendar/templates/editpersonalevent.thtml
                                        <td align="center" colspan="2">{lang_htmlnotallowed}</td>

plugins/calendar/templates/submitevent.thtml
                                <div class="form-field">{lang_htmnotallowed}</div>

plugins/links/functions.inc
    $linkform->set_var('lang_htmlnotallowed', $LANG12[35]);

plugins/links/templates/submitlink.thtml
                                        <td align="center" colspan="2">{lang_htmlnotallowed}</td>

public_html/calendar/event.php
    $cal_templates->set_var('lang_htmlnotallowed', $LANG_CAL_1[44]);

 

Geeklog Japan https://www.geeklog.jp

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
It's debatable whether a text that's also being used in Geeklog's core code should be duplicated for a plugin. Looks like we came to different conclusions at different points in the development ...

Feel free to submit a bug report. This won't be changed in 1.4.1, however, since we don't want to make changes to the language files (if possible) at this point in the release process.

bye, Dirk