phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: chora/templates/default notconfigured.inc,NONE,1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chora/templates/default notconfigured.inc,NONE,1.1
Date: Sun, 28 Apr 2002 15:51:43 -0400

Update of /cvsroot/phpgroupware/chora/templates/default
In directory subversions:/tmp/cvs-serv27806

Added Files:
        notconfigured.inc 
Log Message:
moved



--- NEW FILE ---
<table border="0" align="center" width="500" cellpadding="2" cellspacing="4">
<tr><td colspan="2" class="header"><b><?php echo "Some of Chora's configuration 
files are missing:" ?></td></tr>

<?php if (address@hidden('./config/conf.php')): ?>
<tr>
  <td align="right" class="smallheader"><b>conf.php</b></td>
  <td class="light"><?php echo 'This is the main Chora configuration file. It 
contains paths and options for all Chora scripts.' ?></td>
</tr>
<?php endif; ?>

<?php if (address@hidden('./config/cvsroots.php')): ?>
<tr>
  <td align="right" class="smallheader"><b>cvsroots.php</b></td>
  <td class="light"><?php echo 'This file defines all of the cvsroots that you 
wish Chora to display.'; ?></td>
</tr>
<?php endif; ?>

<?php if (address@hidden('./config/html.php')): ?>
<tr>
  <td align="right" class="smallheader"><b>html.php</b></td>
  <td class="light"><?php echo 'This file controls the stylesheet that is used 
to set colors and fonts in addition to or overriding Horde defaults.' ?></td>
</tr>
<?php endif; ?>

<?php if (address@hidden('./config/mime.php')): ?>
<tr>
  <td align="right" class="smallheader"><b>mime.php</b></td>
  <td class="light"><?php echo 'This file defines how Chora recognizes MIME 
file types.' ?></td>
</tr>
<?php endif; ?>

</table>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]