move all templates to a dedicated directory

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1305653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-03-26 22:51:55 +00:00
parent 680767ee7d
commit 8fe3395e39
19 changed files with 17 additions and 17 deletions

View File

@ -16,16 +16,16 @@
* specific language governing permissions and limitations
* under the License.
*/
define("main-templates",["text!archiva/templates/menu.html",
"text!archiva/templates/message.html",
"text!archiva/templates/modal.html",
"text!archiva/templates/grids-generics.html",
"text!archiva/templates/repositories.html",
"text!archiva/templates/network-proxies.html",
"text!archiva/templates/proxy-connectors.html",
"text!archiva/templates/repository-groups.html",
"text!archiva/templates/search.html",
"text!archiva/templates/general-admin.html",
define("main-templates",["text!templates/archiva/menu.html",
"text!templates/archiva/message.html",
"text!templates/archiva/modal.html",
"text!templates/archiva/grids-generics.html",
"text!templates/archiva/repositories.html",
"text!templates/archiva/network-proxies.html",
"text!templates/archiva/proxy-connectors.html",
"text!templates/archiva/repository-groups.html",
"text!templates/archiva/search.html",
"text!templates/archiva/general-admin.html",
"jquery_tmpl","utils"],
function(menu,message,modal,grids_generics,repositories,network_proxies,proxies_connectors,
repository_groups,search,general_admin) {

View File

@ -16,13 +16,13 @@
* specific language governing permissions and limitations
* under the License.
*/
define("redback-templates",["text!redback/templates/user-edit.html",
"text!redback/templates/user-grids.html",
"text!redback/templates/login.html",
"text!redback/templates/register-form.html",
"text!redback/templates/password-change-form.html",
"text!redback/templates/user-edit-form.html",
"text!redback/templates/roles-tmpl.html",
define("redback-templates",["text!templates/redback/user-edit.html",
"text!templates/redback/user-grids.html",
"text!templates/redback/login.html",
"text!templates/redback/register-form.html",
"text!templates/redback/password-change-form.html",
"text!templates/redback/user-edit-form.html",
"text!templates/redback/roles-tmpl.html",
"jquery_tmpl","utils"],
function(useredit, usergrids, login,register,passwordchange,usereditform,roles) {