Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lpn520/baishop.git
Browse files Browse the repository at this point in the history
  • Loading branch information
lpn520 committed Aug 11, 2012
2 parents 04703ab + ef65905 commit 1627ae4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions Baishop-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<id>kadang snapshots</id>
<name>Kadang Snapshots Repository</name>
<url>https://repository.sonatype.org/content/groups/public/</url>
<uniqueVersion>true</uniqueVersion>
</snapshotRepository>
</distributionManagement>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Ext.onReady(function() {
border: false,
autoScroll: false,
fieldDefaults: {
labelAlign: 'left',
labelAlign: 'left',
labelWidth: 70,
msgTarget: 'side',
width: 260
Expand All @@ -56,6 +56,15 @@ Ext.onReady(function() {
layout: 'fit',
showed: true,
bodyStyle:'padding:20px',
defaults: {
listeners: {
specialkey: function(obj,e){
if (e.getKey() == Ext.EventObject.ENTER) {
Ext.getCmp("btnOK").handler();
}
}
}
},
items:[{
xtype: 'hiddenfield',
id: 'userId',
Expand Down
3 changes: 1 addition & 2 deletions Baishop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
<id>kadang snapshots</id>
<name>Kadang Snapshots Repository</name>
<url>https://repository.sonatype.org/content/groups/public/</url>
<uniqueVersion>true</uniqueVersion>
</snapshotRepository>
</distributionManagement>
<properties>
<spring.version>3.0.6.RELEASE</spring.version>
<spring.security.version>3.0.7.RELEASE</spring.security.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down
Binary file added Documents/other/电子商务/登录页(1).psd
Binary file not shown.
Binary file added Documents/other/电子商务/首页(1).psd
Binary file not shown.

0 comments on commit 1627ae4

Please sign in to comment.