Changeset 4967
- Timestamp:
- 11/02/09 09:19:33 (4 weeks ago)
- Files:
-
- 1 modified
-
branches/greyhound/tmpl/cms/edit_asset.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/tmpl/cms/edit_asset.tmpl
r4865 r4967 88 88 89 89 <div id="asset" class="status-<mt:if name="file_is_missing">missing<mt:else>publish</mt:if><mt:unless name="file_is_missing"> <mt:if name="has_thumbnail">asset-thumbnail<mt:else>asset-no-thumbnail</mt:if></mt:unless>"> 90 <form id="edit_asset" "method="post" action="<mt:var name="script_url">">90 <form id="edit_asset" method="post" action="<mt:var name="script_url">"> 91 91 <input type="hidden" name="blog_id" value="<mt:var name="blog_id">" /> 92 92 <input type="hidden" name="__mode" value="save" />
