+
{else}
{$smarty.block.parent}
{/if}
{/block}
-{block name="label"}
+{block name="input_row"}
{if $input.name == 'standardization'}
-
{$smarty.block.parent}
+
{else}
{$smarty.block.parent}
{/if}
{/block}
-{block name="input"}
- {if $input.name == 'standardization'}
- {$smarty.block.parent}
- {else}
- {$smarty.block.parent}
- {/if}
-{/block}
{block name=script}
@@ -81,22 +92,6 @@
lastLayoutModified = $(this).val();
});
- $('#useLastDefaultLayout').mouseover(function() {
- switchExplanationText("{l s='This will restore your last registered address format.'}");
- });
-
- $('#useDefaultLayoutSystem').mouseover(function() {
- switchExplanationText("{l s='This will restore the default address format for this country.'}");
- });
-
- $('#useCurrentLastModifiedLayout').mouseover(function() {
- switchExplanationText("{l s='This will restore your current address format.'}");
- });
-
- $('#eraseCurrentLayout').mouseover(function() {
- switchExplanationText("{l s='This will delete the current address format'}");
- });
-
$('#need_zip_code_on, #need_zip_code_off').change(function() {
disableZipFormat();
});
@@ -107,13 +102,6 @@
disableTAASC();
});
- function switchExplanationText(text) {
- $("#explanationText").fadeOut("fast", function() {
- $(this).html(text);
- $(this).fadeIn("fast");
- });
- }
-
function addFieldsToCursorPosition(pattern) {
$("#ordered_fields").replaceSelection(pattern + " ");
}