web/wp-content/plugins/duplicator/inc/view.options.php
changeset 204 09a1c134465b
parent 195 c7c0fbc09788
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
    54 					<fieldset style="width:97%; line-height: 17px">
    54 					<fieldset style="width:97%; line-height: 17px">
    55 						<legend><b><?php _e("Exclusion Filters", 'wpduplicator') ?></b></legend>
    55 						<legend><b><?php _e("Exclusion Filters", 'wpduplicator') ?></b></legend>
    56 						
    56 						
    57 						<label for="dir_bypass"><?php _e("Directories", 'wpduplicator') ?>: </label> 
    57 						<label for="dir_bypass"><?php _e("Directories", 'wpduplicator') ?>: </label> 
    58 						<textarea name="dir_bypass" id="dir_bypass" style="width:625px;height:50px;font-size:11px" /><?php echo $GLOBALS['duplicator_opts']['dir_bypass'] ?></textarea><br/>
    58 						<textarea name="dir_bypass" id="dir_bypass" style="width:625px;height:50px;font-size:11px" /><?php echo $GLOBALS['duplicator_opts']['dir_bypass'] ?></textarea><br/>
    59 						<div style='font-size:11px; margin:-6px 0px 5px 0px'><i><?php printf("%s: %s",__("Root Path", 'wpduplicator'), rtrim(DUPLICATOR_WPROOTPATH, '/'));	?></i></div>
    59 						<div style='font-size:11px; margin:-6px 0px 5px 0px'><i><?php printf("%s: <a href='javascript:void(0)' onclick='Duplicator.optionsAddRootPath(this)'>%s</a>",__("Root Path", 'wpduplicator'), rtrim(DUPLICATOR_WPROOTPATH, '/'));	?></i></div>
    60 						
    60 						
    61 						<label class="no-select"><?php _e("File extensions", 'wpduplicator') ?>:</label><br/>
    61 						<label class="no-select"><?php _e("File extensions", 'wpduplicator') ?>:</label><br/>
    62 						<input type="text" name="skip_ext" id="skip_ext"  value="<?php echo $GLOBALS['duplicator_opts']['skip_ext'] ?>" style="width:95%" /> <br/>
    62 						<input type="text" name="skip_ext" id="skip_ext"  value="<?php echo $GLOBALS['duplicator_opts']['skip_ext'] ?>" style="width:95%" /> <br/>
    63 						
    63 						
    64 						<i style="font-size:11px;"><?php printf("%s (/path1;/path2 or exe;txt;)", __("Separate all filters by semicolon", 'wpduplicator')); ?></i>
    64 						<i style="font-size:11px;"><?php printf("%s (/path1;/path2 or exe;txt;)", __("Separate all filters by semicolon", 'wpduplicator')); ?></i>
    65 					</fieldset><br/>
    65 					</fieldset><br/>
    66 					
    66 					
    67 					<!-- ENCODEING OPTIONS -->
    67 					<!-- ENCODEING OPTIONS 
    68 					<fieldset style="width:97%; line-height: 17px"  class='no-select'>
    68 					<fieldset style="width:97%; line-height: 17px"  class='no-select'>
    69 						<legend><b><?php _e("Database Encoding", 'wpduplicator') ?></b></legend>
    69 						<legend><b><?php _e("Database Encoding", 'wpduplicator') ?></b></legend>
    70 						
    70 						
    71 							<input type="checkbox" name="dbiconv" id="dbiconv" <?php echo ($duplicator_dbiconv) ? 'checked="checked"' : ''; ?> /> 
    71 							<input type="checkbox" name="dbiconv" id="dbiconv" <?php echo ($duplicator_dbiconv) ? 'checked="checked"' : ''; ?> /> 
    72 							<label for="dbiconv"><?php _e("Enable character conversion encoding", 'wpduplicator') ?></label><br/>
    72 							<label for="dbiconv"><?php _e("Enable character conversion encoding", 'wpduplicator') ?></label><br/>
    79 										__("Disable this option for extended or double byte character sets", 'wpduplicator')) ;
    79 										__("Disable this option for extended or double byte character sets", 'wpduplicator')) ;
    80 										
    80 										
    81 								?>
    81 								?>
    82 							</i><br/><br/>					
    82 							</i><br/><br/>					
    83 							
    83 							
    84 					</fieldset>
    84 					</fieldset>-->
    85 					<!--div style='position:absolute; bottom:5px'>	
    85 					<!--div style='position:absolute; bottom:5px'>	
    86 						<i style='font-size:10px'><?php _e("Having issues saving these options?  Temporarily disable all 'Object Caches' (i.e. W3C Total Object Cache)", 'wpduplicator') ?>.</i>
    86 						<i style='font-size:10px'><?php _e("Having issues saving these options?  Temporarily disable all 'Object Caches' (i.e. W3C Total Object Cache)", 'wpduplicator') ?>.</i>
    87 					</div-->
    87 					</div-->
    88 				</div>
    88 				</div>
    89 			</div>
    89 			</div>
    95 				<fieldset style="height:70px">
    95 				<fieldset style="height:70px">
    96 					<legend><b><?php _e("Settings Defaults", 'wpduplicator') ?></b></legend>
    96 					<legend><b><?php _e("Settings Defaults", 'wpduplicator') ?></b></legend>
    97 					<table width="100%" border="0" cellspacing="5" cellpadding="5">
    97 					<table width="100%" border="0" cellspacing="5" cellpadding="5">
    98 						<tr>
    98 						<tr>
    99 							<td style="width:130px"><?php _e("Install URL", 'wpduplicator') ?></td>
    99 							<td style="width:130px"><?php _e("Install URL", 'wpduplicator') ?></td>
   100 							<td><input type="text" name="nurl" id="nurl" class="txt-settings" value="<?php echo $GLOBALS['duplicator_opts']['nurl'] ?>" /></td>
   100 							<td><input type="text" name="url_new" id="url_new" class="txt-settings" value="<?php echo $GLOBALS['duplicator_opts']['url_new'] ?>" /></td>
   101 						</tr>
   101 						</tr>
   102 					</table>
   102 					</table>
   103 				</fieldset><br/>
   103 				</fieldset><br/>
   104 			
   104 			
   105 				<fieldset style="height:165px">
   105 				<fieldset style="height:165px">