" />
            <input type="hidden" name="editFolderName" id="editFolderName" value="<?php 
echo $folder->getFolderName();
?>
" /> 
            <input type="hidden" name="locationName" id="locationName" value="<?php 
echo $locationName;
?>
" />
                  
                <table width="100%" border="0" style="padding:10px 10px 10px 10px;">                
                    <tr>
                    <td width="22%">Location :</td>
                    <td width="78%">
                    <?php 
echo DropDownUtils::getAllLocationsDropDown("l_DropDown", "setLocation()", $locationSeq);
?>
                        </td>
                  </tr> 
                  <tr>
                    <td width="22%">Folder Name :</td>
                    <td width="78%"><input name="folderName" type="text" size="50" value="<?php 
echo $folder->getFolderName();
?>
" >
                      &nbsp;</td>
                  </tr>
                  <tr>
                    <td>Folder Details :</td>
                    <td><textarea name="details" id="details" cols="38" rows="4" ><?php 
echo $folder->getDetails();
        </tr>
      <tr>
        <td class="ui-widget-content">        
            <form name="frm1" id="frm1" method="post" action="CreateManagerForm.php">
                 <input type = "hidden" name="otherlocations" id="otherlocations"/>
                 <input type = "hidden" name="call" id="call"/>        
                <input type="hidden" name="seq" id="seq" value="<?php 
echo $user->getSeq();
?>
" / >    
                <table width="100%" border="0" style="padding:10px 10px 10px 10px;">
                 <tr>
                    <td width="22%">Select Location:</td>
                    <td width="78%">
                        <?php 
echo DropDownUtils::getAllLocationsDropDown("locations", "", $user->getLocationSeq());
?>
                        
                    </td>
                  </tr>
                  <tr>
                    <td width="22%">Other Locations:</td>
                    <td width="78%">
                        <b> <?php 
echo DropDownUtils::getAllLocationsMultiDropDown("ol_DropDown", "", $user->getOtherLocationSeqs());
?>
</b> 
                    </td>
                  </tr>
                 <tr>
                    <td width="22%">Full Name :</td>
include "leftButtons.php";
?>
    
    <Div class="rightAdminPanel">
        <?php 
include "logOutButton.php";
?>
    
         
    <table width="80%" border="0">
      <tr>
     
        <td>
            Select Location :
            <?php 
echo DropDownUtils::getAllLocationsDropDown("l_DropDown", "populateRows(this.value)", $locationSeq);
?>
            

         </td> 
        </tr>
      <tr>
        <td class="ui-widget-header" style="padding:10px 10px 10px 10px;">List of Available Location Folders</td>
        </tr>
      <tr>
        <td class="ui-widget-content">
          <form name="folderForm" method="post" action="" > 
            <input type="hidden" name="editSeq" id="editSeq" />
               <input type="hidden" name="formAction" id="formAction" />
               <input type="hidden" name="isEnabled" id="isEnabled" />
               <input type="hidden" name="path" id="path" />  
                <input type="hidden" name="seq" id="seq" value="<?php 
echo $user->getSeq();
?>
" / >
                <input type="hidden" name="locSeq" id="locSeq" value="<?php 
echo $location->getSeq();
?>
" / >
                <input type = "hidden" name="locations" id="locations"/>
                 <input type = "hidden" name="call" id="call"/>          
                <table width="100%" border="0" style="padding:10px 10px 10px 10px;">
                 <tr>
                    <td width="22%">Location:</td>
                    <td width="78%">
                        <b> <?php 
echo DropDownUtils::getAllLocationsDropDown("l_DropDown", "", $user->getLocationSeq(), "No Selection");
?>
</b>
                        
                    </td>
                  </tr>
                  <tr>
                    <td width="22%">Other Locations:</td>
                    <td width="78%">
                        <b> <?php 
echo DropDownUtils::getAllLocationsMultiDropDown("ol_DropDown", "", $user->getOtherLocationSeqs());
?>
</b> 
                    </td>
                  </tr>
                 <tr>