diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-12 10:17:32 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-12 10:17:32 +0200 |
commit | deb2b8d0804d1d25a3f28266747ce9041495b372 (patch) | |
tree | eb32b73e965a3c7b6297f1adc2427689f48b7bd8 /skins/larry/templates/contactedit.html | |
parent | f6777712dc8c8ed2316e2926e98bb081e3785e40 (diff) |
Allow to load config files for different environments (#1487311); keep (non-default) filename in URLs throughout the webmail app
Diffstat (limited to 'skins/larry/templates/contactedit.html')
-rw-r--r-- | skins/larry/templates/contactedit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/contactedit.html b/skins/larry/templates/contactedit.html index f84936635..3467ebe8e 100644 --- a/skins/larry/templates/contactedit.html +++ b/skins/larry/templates/contactedit.html @@ -11,7 +11,7 @@ <roundcube:else /><roundcube:label name="editcontact" /> <roundcube:endif /></h1> -<form name="editform" method="post" action="./" id="contact-details" class="boxcontent"> +<roundcube:form name="editform" method="post" id="contact-details" class="boxcontent"> <roundcube:if condition="strlen(env:sourcename)" /> <div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:var name="env:sourcename" condition="env:action!='add'" /><roundcube:object name="sourceselector" id="sourceselect" condition="env:action=='add'" /></div> <roundcube:endif /> |