1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Javascript work, HTML cleanup, iconpicker through media-manager.

This commit is contained in:
CaMer0n
2012-05-17 05:09:59 +00:00
parent 70d45da18c
commit f8b32d89ce
15 changed files with 208 additions and 78 deletions

View File

@@ -387,8 +387,8 @@ function showStartPage()
<form method='post' action='".e_SELF."' id='core-import-form'>
<fieldset id='core-import-select-type'>
<legend class='e-hideme'>".'DBLAN_10'."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'>
<colgroup span='2'>
<table class='adminlist'>
<colgroup>
<col />
<col />
<col />
@@ -463,8 +463,8 @@ function showImportOptions($mode='csv')
$text = "
<form method='post' action='".e_SELF."'>
<table cellpadding='0' cellspacing='0' class='adminform'>
<colgroup span='2'>
<table class='adminform'>
<colgroup>
<col class='col-label' />
<col class='col-control' />
</colgroup>";