Where to add 'order by' for client templates

Discussion in 'Developers' Forum' started by erosbk, Aug 1, 2011.

  1. erosbk

    erosbk New Member

    Hi, I need to add "order by" in sql query for Client Templates, Additional Templates dropdown and Additional templates list.

    Could someone guide me to which files do I need to modify?

    Thanks in advance.-
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Take a look at the files interface/web/client/client_edit.php and the file interface/web/client/client_templatre_list.php

    You have to add the orderby clause in the list file like it is done in the client_list.php file.
     
  3. erosbk

    erosbk New Member

    Perfect! thank you very much xD
     

Share This Page