|
@@ -107,11 +107,13 @@
|
|
|
[section addFormRow:row];
|
|
|
|
|
|
// Change Account
|
|
|
+ /*
|
|
|
row = [XLFormRowDescriptor formRowDescriptorWithTag:@"changecredentials" rowType:XLFormRowDescriptorTypeButton title:NSLocalizedString(@"_change_credentials_", nil)];
|
|
|
[row.cellConfig setObject:[UIFont systemFontOfSize:15.0]forKey:@"textLabel.font"];
|
|
|
[row.cellConfig setObject:[UIImage imageNamed:image_settingsCredentials] forKey:@"imageView.image"];
|
|
|
row.action.viewControllerClass = [CCManageAccount class];
|
|
|
[section addFormRow:row];
|
|
|
+ */
|
|
|
|
|
|
// Section AUTOMATIC UPLOAD OF CAMERA IMAGES ----------------------------
|
|
|
|
|
@@ -232,9 +234,6 @@
|
|
|
XLFormRowDescriptor *rowUrlCloud = [self.form formRowWithTag:@"urlcloud"];
|
|
|
XLFormRowDescriptor *rowUserNameCloud = [self.form formRowWithTag:@"usernamecloud"];
|
|
|
|
|
|
-
|
|
|
- //XLFormRowDescriptor *rowChangeCredentials = [self.form formRowWithTag:@"changecredentials"];
|
|
|
-
|
|
|
// ------------------------------------------------------------------
|
|
|
|
|
|
if ([[CCUtility getBlockCode] length]) {
|