summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/index.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-01-10 14:59:31 +0100
committerThomas Tanghus <thomas@tanghus.net>2012-01-10 14:59:31 +0100
commite316cddf650379b5b6cde600dd058d33169ddbb1 (patch)
treea061a682ef7e22783103fd39d79be3efdb966596 /apps/contacts/templates/index.php
parent60653c05440121a149a2709d719060cf77c2c58d (diff)
downloadnextcloud-server-e316cddf650379b5b6cde600dd058d33169ddbb1.tar.gz
nextcloud-server-e316cddf650379b5b6cde600dd058d33169ddbb1.zip
More fixes on saving TYPE parameters.
Use jQuery Dialog for error messages instead of alert()
Diffstat (limited to 'apps/contacts/templates/index.php')
-rw-r--r--apps/contacts/templates/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php
index 90143f25fa6..24484231af4 100644
--- a/apps/contacts/templates/index.php
+++ b/apps/contacts/templates/index.php
@@ -31,7 +31,4 @@ OC_Util::addStyle('contacts','formtastic');
</div>
<!-- Dialogs -->
<div id="dialog_holder"></div>
-<div id="parsingfail_dialog" title="Parsing Fail">
- <?php echo $l->t("There was a fail, while parsing the file."); ?>
-</div>
<!-- End of Dialogs -->