mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
afb77c4365
|
@ -69,7 +69,7 @@ set an alias like described above).
|
|||
|
||||
It will first ask to unlock the installer by creating a file
|
||||
`ENABLE_INSTALL_TOOL` in the diretory `seeddms51x/conf/`. Change all paths by
|
||||
replacing `/home/wwww-data` with your base directory where you put seeddms51x.
|
||||
replacing `/home/www-data` with your base directory where you put seeddms51x.
|
||||
Set httpRoot to '/' (if the document root points to`seeddms51x/www`) or
|
||||
'/seeddms51x' (if you have set an alias like described above).
|
||||
|
||||
|
|
|
@ -1392,6 +1392,8 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$attrs[] = array('role', 'button');
|
||||
if(isset($config['class']))
|
||||
$attrs[] = array('class', $config['class']);
|
||||
else
|
||||
$attrs[] = array('class', 'btn');
|
||||
return $attrs;
|
||||
} /* }}} */
|
||||
|
||||
|
|
|
@ -1310,6 +1310,8 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
$attrs[] = array('role', 'button');
|
||||
if(isset($config['class']))
|
||||
$attrs[] = array('class', $config['class']);
|
||||
else
|
||||
$attrs[] = array('class', 'btn');
|
||||
return $attrs;
|
||||
} /* }}} */
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user