permalinks.tpl
2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<div class="prisna_wp_translate_section prisna_wp_translate_{{ type }}{{ dependence.show.false:begin }} prisna_wp_translate_no_display{{ dependence.show.false:end }}{{ has_dependence.true:begin }} prisna_wp_translate_section_tabbed_{{ dependence_count }}{{ has_dependence.true:end }}" id="section_{{ id }}">
<div class="prisna_wp_translate_tooltip"></div>
<div class="prisna_wp_translate_description prisna_wp_translate_no_display">{{ description_message }}</div>
<div class="prisna_wp_translate_title_container prisna_wp_translate_icon prisna_wp_translate_icon_grid2"><h3 class="prisna_wp_translate_title">{{ title_message }}</h3></div>
<div class="prisna_wp_translate_setting">
<div class="prisna_wp_translate_field">
{{ resource_formatted }}
</div>
</div>
<div id="{{ id }}_permalinks" class="prisna_wp_translate_no_display"></div>
<div id="{{ id }}_permalinks_buttons" class="prisna_wp_translate_no_display">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<input name="reset" type="button" value="Cancel & close" class="button submit-button reset-button cancel-n-close-translations" onclick="PrisnaWPTranslateAdmin.resetPermalinksTranslations(); return false;" />
</td>
<td> </td>
<td>
<input class="button-primary save-translations" type="button" name="save" value="Save translations" onclick="PrisnaWPTranslateAdmin.savePermalinksTranslations(); return false;" />
</td>
<td> </td>
<td id="{{ id }}_permalinks_loading"></td>
</tr>
</table>
<div class="prisna_wp_translate_permalinks_translations_saved prisna_wp_translate_message prisna_wp_translate_no_display">
<p>{{ permalinks_translations_saved_message }}</p>
</div>
</div>
<div class="prisna_wp_translate_clear"></div>
{{ permalink_structure.empty.true:begin }}
<div>
{{ permalink_structure_empty_message }}
</div>
{{ permalink_structure.empty.true:end }}
{{ has_dependence.true:begin }}
<input type="hidden" name="{{ id }}_dependence" id="{{ id }}_dependence" value="{{ formatted_dependence }}" />
<input type="hidden" name="{{ id }}_dependence_show_value" id="{{ id }}_dependence_show_value" value="{{ formatted_dependence_show_value }}" />
{{ has_dependence.true:end }}
<div class="prisna_wp_translate_clear"></div>
</div>