Moving and renaming FakeTimeTrackableTableController to show its new future meaning

This commit is contained in:
Óscar González Fernández 2009-10-03 16:31:06 +02:00
parent afc1924bc2
commit 48c14ef520
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.navalplanner.web;
package org.navalplanner.web.planner.allocation;
import java.util.ArrayList;
import java.util.Date;
@ -43,7 +43,7 @@ import org.zkoss.zul.Div;
import org.zkoss.zul.Label;
import org.zkoss.zul.api.Column;
public class FakeTimeTrackableTableController extends GenericForwardComposer
public class AdvancedAllocationController extends GenericForwardComposer
implements AfterCompose {
private Div insertionPointLeftPanel;

View file

@ -29,11 +29,11 @@
<zk>
<zscript><![CDATA[
fakeController = new org.navalplanner.web.FakeTimeTrackableTableController();
advanceAllocationController = new org.navalplanner.web.planner.allocation.AdvancedAllocationController();
]]>
</zscript>
<borderlayout height="600px" width="auto" apply="${fakeController}" self="@{define(content)}" class="advancedassignment">
<borderlayout height="600px" width="auto" apply="${advanceAllocationController}" self="@{define(content)}" class="advancedassignment">
<north height="30px" border="0">
<hbox align="center">
<button label="Save" />