mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
Moved under "trunk" to be able to track releases under "tags"
SVN:trunk[55]
This commit is contained in:
11
pages/php-ofc-library/ofc_line_style.php
Normal file
11
pages/php-ofc-library/ofc_line_style.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class line_style
|
||||
{
|
||||
function line_style($on, $off)
|
||||
{
|
||||
$this->style = "dash";
|
||||
$this->on = $on;
|
||||
$this->off = $off;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user