translations_cached_field.tpl 621 字节
				<tr>
					<td>
						<textarea cols="60" rows="3" name="{{ id }}_{{ hash }}_source" id="{{ id }}_{{ hash }}_source" readonly="readonly" class="prisna_wp_translate_cached_source">{{ source }}</textarea>
					</td>
					<td class="prisna_wp_translate_cached_translation_gt">&gt;</td>
					<td>
						<textarea cols="60" rows="3" name="{{ id }}_{{ hash }}_translation" id="{{ id }}_{{ hash }}_translation" class="prisna_wp_translate_cached_translation" spellcheck="false">{{ translation }}</textarea>
						<input type="hidden" name="{{ id }}_{{ hash }}_crc" id="{{ id }}_{{ hash }}_crc" value="" />
					</td>
				</tr>