| |
76 |
76 |
1.1.0d1 1.1.0d2 { |
| |
77 |
77 |
db_dml add_url_name {} |
| |
78 |
78 |
db_foreach get_pages {} { |
| |
79 |
79 |
set url_name \ |
| |
80 |
80 |
[util::name_to_path \ |
| |
81 |
81 |
-name [lang::util::localize $name [lang::system::site_wide_locale]]] |
| |
82 |
82 |
db_dml update_url_name {} |
| |
83 |
83 |
} |
| |
84 |
84 |
db_dml add_url_name_nn {} |
| |
85 |
85 |
db_dml add_unique_constraint {} |
| |
86 |
86 |
db_dml add_unique_constraint_2 {} |
| |
87 |
87 |
} |
| |
88 |
88 |
1.1.0d2 1.1.0d3 { |
| |
89 |
89 |
layout::page_template::new \ |
| |
90 |
90 |
-name thin_thick_thick \ |
| |
91 |
91 |
-columns 3 \ |
| |
92 |
92 |
-description #layout-manager.left_sidebar_plus_2column_layout_description# \ |
| |
93 |
93 |
-template /packages/layout-manager/lib/page-templates/simple |
| |
94 |
94 |
} |
| |
95 |
95 |
} |
| |
|
96 |
} |