~codescore-dev/codescore/version-1.0

« back to all changes in this revision

Viewing changes to src/net/codescore/ui/admin/ppl/DetailSchool.java

  • Committer: Adam Cornett
  • Date: 2008-03-16 21:50:13 UTC
  • Revision ID: adam.cornett@gmail.com-20080316215013-sr98v9he6ez74hey
Refactoring! changed the top package to net.codescore from net.launchpad.codescore to reflect the new website and to cut back on the lenght of full class names

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 * <http://www.gnu.org/licenses>.
11
11
 */
12
12
 
13
 
package net.launchpad.codescore.ui.admin.ppl;
14
 
 
15
 
import static net.launchpad.codescore.ui.i18n.T._;
16
 
 
 
13
package net.codescore.ui.admin.ppl;
 
14
import static net.codescore.ui.i18n.T._;
17
15
import org.zkoss.zul.Toolbar;
18
16
import org.zkoss.zul.Toolbarbutton;
19
17
import org.zkoss.zul.Window;
20
18
 
21
 
import net.launchpad.codescore.dbo.School;
 
19
import net.codescore.dbo.School;
22
20
 
23
21
public class DetailSchool extends Window {
24
22
        private static final long serialVersionUID = 7383032122376173541L;