OC.dialogs.alert(t('contacts','The name field cannot be empty. Please enter a name for this contact.'),t('contacts','Name is empty'),function(){$('#fn').focus();});
<legend><strong><?phpecho$l->t('Import user account');?></strong></legend>
</p>
<p><inputtype="file"id="owncloud_import"name="owncloud_import"><labelfor="owncloud_import"><?phpecho$l->t('ownCloud User Zip');?></label>
<p><inputtype="file"id="owncloud_import"name="owncloud_import"style="width:180px;"><labelfor="owncloud_import"><?phpecho$l->t('ownCloud User Zip');?></label>
<inputtype="checkbox"name="allowZipDownload"id="allowZipDownload"value="1"title="<?phpecho$l->t('Needed for multi-file and folder downloads.');?>"<?phpif($_['allowZipDownload'])echo' checked="checked"';?>/><labelfor="allowZipDownload"><?phpecho$l->t('Enable ZIP-download');?></label><br/>
<fieldsetclass="personalblock">
<labelfor="maxZipInputSize"><?phpecho$l->t('Maximum input size for ZIP files:');?></label><inputname="maxZipInputSize"id="maxZipInputSize"value='<?phpecho$_['maxZipInputSize']?>'title="<?phpecho$l->t('0 is unlimited');?>"<?phpif(!$_['allowZipDownload'])echo' disabled="disabled"';?>/><br/>
</fieldset>
<inputname="maxZipInputSize"id="maxZipInputSize"style="width:180px;"value='<?phpecho$_['maxZipInputSize']?>'title="<?phpecho$l->t('0 is unlimited');?>"<?phpif(!$_['allowZipDownload'])echo' disabled="disabled"';?>/>
<labelfor="maxZipInputSize"><?phpecho$l->t('Maximum input size for ZIP files');?></label><br/>