~ubuntu-branches/ubuntu/trusty/ldap-account-manager/trusty-proposed

« back to all changes in this revision

Viewing changes to templates/config/confmain.php

  • Committer: Package Import Robot
  • Author(s): Roland Gruber
  • Date: 2013-07-21 11:15:58 UTC
  • mfrom: (1.2.21)
  • Revision ID: package-import@ubuntu.com-20130721111558-ex49xgcpo71fh0xg
Tags: 4.2.1-2
* Apache 2.4 support
* Fix "transition towards Apache 2.4" 
  support conf-enabled (Closes: #669824)
* Fix "[ldap-account-manager] Can't install ldap-account-manager"
  support conf-enabled (Closes: #711778)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
/*
3
 
$Id: confmain.php 4758 2013-02-17 15:04:15Z gruberroland $
 
3
$Id: confmain.php 4841 2013-04-02 18:54:39Z gruberroland $
4
4
 
5
5
  This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
6
6
  Copyright (C) 2003 - 2012  Roland Gruber
222
222
 
223
223
<script type="text/javascript">
224
224
jQuery(document).ready(function() {
225
 
        jQuery('#generalSettingsButton').addClass('ui-tabs-selected');
 
225
        jQuery('#generalSettingsButton').addClass('ui-tabs-active');
226
226
        jQuery('#generalSettingsButton').addClass('ui-state-active');
227
227
        jQuery('#generalSettingsButton').addClass('user-bright');
228
228
});