Changeset 3369
- Timestamp:
- 03/05/15 11:09:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/arlequin/index.php
r3368 r3369 118 118 119 119 echo 120 '< div class="fieldset"><form action="'.$p_url.'" method="post">121 <div class=" two-cols"><h4>'.__('Switcher display format').'</h4>120 '<form action="'.$p_url.'" method="post"> 121 <div class="fieldset two-cols"><h4>'.__('Switcher display format').'</h4> 122 122 <div id="models"></div> 123 123 <p class="col"><label for="s_html">'.__('Switcher HTML code:').'</label> '. … … 136 136 <input type="submit" name="mt_action_restore" value="'.__('Restore defaults').'" />'. 137 137 (is_callable(array($core,'formNonce')) ? $core->formNonce() : '').'</p> 138 </form> </div>';138 </form>'; 139 139 140 140 dcPage::helpBlock('arlequin'); ?>
Note: See TracChangeset
for help on using the changeset viewer.