|
@@ -82,6 +82,7 @@
|
|
|
|
|
|
// TableView : at the end of rows nothing
|
|
|
self.tableView.tableFooterView = [UIView new];
|
|
|
+ self.tableView.separatorColor = COLOR_SEPARATOR_TABLE;
|
|
|
|
|
|
[self.cancel setTitle:NSLocalizedString(@"_cancel_", nil)];
|
|
|
[self.create setTitle:NSLocalizedString(@"_create_folder_", nil)];
|