author | Josh <jokajak@gmail.com> | 2012-03-17 20:47:23 (UTC) |
---|---|---|
committer | Josh <jokajak@gmail.com> | 2012-03-17 20:47:23 (UTC) |
commit | d791e1df1f701c1fe523f05a8521c4ad1cf032b5 (patch) (unidiff) | |
tree | 85d32f6cf3110466637efaf8ccaff8bf800865a6 /frontend/beta | |
parent | 0e396afdc4aa9ec8734ba48f90e9fefbad3b2b33 (diff) | |
download | clipperz-d791e1df1f701c1fe523f05a8521c4ad1cf032b5.zip clipperz-d791e1df1f701c1fe523f05a8521c4ad1cf032b5.tar.gz clipperz-d791e1df1f701c1fe523f05a8521c4ad1cf032b5.tar.bz2 |
define html.template for beta and gamma frontends
-rw-r--r-- | frontend/beta/properties/beta.properties.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/beta/properties/beta.properties.json b/frontend/beta/properties/beta.properties.json index 7b0c1f9..a8d7ef4 100644 --- a/frontend/beta/properties/beta.properties.json +++ b/frontend/beta/properties/beta.properties.json | |||
@@ -171,14 +171,17 @@ | |||
171 | 171 | ||
172 | "Clipperz/PM/Main.js" | 172 | "Clipperz/PM/Main.js" |
173 | ], | 173 | ], |
174 | 174 | ||
175 | "css": [ | 175 | "css": [ |
176 | "yui-extensions/reset-min.css", | 176 | "yui-extensions/reset-min.css", |
177 | "yui-extensions/core.css", | 177 | "yui-extensions/core.css", |
178 | "yui-extensions/basic-dialog.css", | 178 | "yui-extensions/basic-dialog.css", |
179 | "yui-extensions/button.css", | 179 | "yui-extensions/button.css", |
180 | "clipperz/clipperz.css", | 180 | "clipperz/clipperz.css", |
181 | "clipperz/compact.css", | 181 | "clipperz/compact.css", |
182 | "clipperz/ytheme-clipperz.css" | 182 | "clipperz/ytheme-clipperz.css" |
183 | ] | 183 | ], |
184 | |||
185 | "html.template": "index_template.html" | ||
186 | |||
184 | } | 187 | } |