mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Remove setting of countrylist
This commit is contained in:
parent
c485583bdf
commit
d6a7ebec43
@ -11,10 +11,6 @@
|
||||
<?php if (!$current_config["contact_application"]) { $current_config["contact_application"] = "addressbook"; } ?>
|
||||
<td><input name="newsettings[contact_application]" value="<?php echo $current_config["contact_application"]; ?>"></td>
|
||||
</tr>
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>Select from list instead of text entry for country:</td>
|
||||
<td><input type="checkbox" name="newsettings[countrylist]" value="True"<?php echo ($current_config["countrylist"]?" checked":""); ?>></td>
|
||||
</tr>
|
||||
<?php $selected[$current_config["contact_repository"]] = " selected"; ?>
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>Select where you want to store/retrieve contacts.</td>
|
||||
|
Loading…
Reference in New Issue
Block a user