* edit doc library in colorbox.
This commit is contained in:
@@ -27,3 +27,9 @@ function setType(type)
|
||||
$('#contentBox').hide();
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("#submenucreate").colorbox({width:500, height:200, iframe:true, transition:'none'}); // The create lib link.
|
||||
$("#submenuedit").colorbox({width:500, height:200, iframe:true, transition:'none'}); // The edit lib link.
|
||||
});
|
||||
|
||||
@@ -81,4 +81,4 @@ var browseType = '<?php echo $browseType;?>';
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php include './footer.html.php';?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
@@ -68,4 +68,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<?php include './footer.html.php';?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
@@ -65,4 +65,4 @@ $(document).ready(function()
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<?php include './footer.html.php';?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
@@ -107,4 +107,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
<?php include '../../common/view/syntaxhighlighter.html.php';?>
|
||||
<?php include './footer.html.php';?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user