Skip to content

rivigo-labs/testlink-themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

TestLink Themes

testlink supports customized themes, we built this project to provide themes to make testlink display in different style. UI DESIGNERS AND DEVELOPERS ARE VERY WELCOME TO JOIN THIS PROJECT.

master branch supports the latest testlink release, currently is TestLink 1.9.20 Raijin. we will build different branches to support testlink releases.

Usage

download code

download the code of this project, copy themes/* to testlink/gui/themes. then themes folder looks like:

testlink
    |- gui
        |- themes
            |- default
            |- grayskin
            |- ...

modify config

modify testlink config file config.inc.php to set theme dir, for example, we say grayskin:

/* almostly line 98 */
/** GUI themes (base for CSS and images)- modify if you create own one */
$tlCfg->theme_dir = 'gui/themes/grayskin/';

modify frame.css

for Raijin code before Aug, 2019

as pr209, the <link> to frame.css is hard coded in testlink code, and it links to default/css/frame.css, so we copy grayskin/css/frame.css to overwrite default/css/frame.css.

About

TestLink Customized Themes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.9%
  • HTML 2.6%
  • Ruby 1.5%