phpBMS

Show
Ignore:
Timestamp:
02/16/07 11:59:50 (5 years ago)
Author:
brieb
Message:

Implemented #3. Fixed XHTML compliance of some <br> tags. Fixed invoice report errors. Fixed update.sql naming problem (had leading space)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/adminsettings.php

    r155 r186  
    157157                <div class="fauxP"> 
    158158                        <br />Printed Logo 
    159                         <div id="graphicHolder"><img src="<?php echo $_SESSION["app_path"]?>dbgraphic.php?t=files&f=file&mf=type&r=1"></div> 
     159                        <div id="graphicHolder"><img alt="logo" src="<?php echo $_SESSION["app_path"]?>dbgraphic.php?t=files&amp;f=file&amp;mf=type&amp;r=1" /></div> 
    160160                </div> 
    161161                 
     
    181181                                        if ($entry!="." and  $entry!=".." and is_dir($thedir."/".$entry)) { 
    182182                                                echo "<option value=\"".$entry."\""; 
    183                                                         if($entry==$_SESSION["stylesheet"]) echo " selected "; 
     183                                                        if($entry==$_SESSION["stylesheet"]) echo " selected=\selected\" "; 
    184184                                                echo ">".$entry."</option>"; 
    185185                                        } 
     
    190190                </p> 
    191191        </fieldset> 
    192  
     192        <fieldset> 
     193                <legend>Localization</legend> 
     194                <p> 
     195                        <label for="">phone format</label><br /> 
     196                        <select id="sphone_format" name="sphone_format"> 
     197                                <option value="US - Strict" <?php if($_SESSION["phone_format"]=="US - Strict")  echo "selected=\selected\"";?>>US - Strict</option> 
     198                                <option value="US - Loose" <?php if($_SESSION["phone_format"]=="US - Loose")  echo "selected=\selected\"";?>>US - Loose</option> 
     199                        </select> 
     200                </p> 
     201        </fieldset> 
    193202        <?php  
    194203        $querystatement="SELECT name FROM modules WHERE name!=\"base\" ORDER BY name"; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.