alecpl
2011-02-20 5744bfa54de0baacbf788bc30aacce3cd1089b9c
- Fix tabs in folder edit page (broken with devel-addressbook merge)


2 files modified
4 ■■■■ changed files
skins/default/functions.js 2 ●●● patch | view | raw | blame | history
skins/default/templates/folderedit.html 2 ●●● patch | view | raw | blame | history
skins/default/functions.js
@@ -37,7 +37,7 @@
  fs.each(function(idx) { if (idx != current) $(this).hide(); });
  // create tabs container
  var tabs = $('<div>').addClass('tabsbar').appendTo($(content));
  var tabs = $('<div>').addClass('tabsbar').appendTo(content);
  // convert fildsets into tabs
  fs.each(function(idx) {
skins/default/templates/folderedit.html
@@ -18,7 +18,7 @@
    <roundcube:button command="save" type="input" class="button mainaction" label="save" />
  </p>
</div>
<script type="text/javascript">rcube_init_tabs('folder-details')</script>
<script type="text/javascript">rcube_init_tabs('folder-details > form')</script>
</body>
</html>