diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-01-10 14:59:31 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-01-10 14:59:31 +0100 |
commit | e316cddf650379b5b6cde600dd058d33169ddbb1 (patch) | |
tree | a061a682ef7e22783103fd39d79be3efdb966596 /apps/contacts/templates/index.php | |
parent | 60653c05440121a149a2709d719060cf77c2c58d (diff) | |
download | nextcloud-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.php | 3 |
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 --> |