Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3603)

Unified Diff: appengine/monorail/templates/framework/artifact-collision-page.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/monorail/templates/framework/artifact-collision-page.ezt
diff --git a/appengine/monorail/templates/framework/artifact-collision-page.ezt b/appengine/monorail/templates/framework/artifact-collision-page.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..d3cc5b53d05dc3411106689990af75c147db4a2f
--- /dev/null
+++ b/appengine/monorail/templates/framework/artifact-collision-page.ezt
@@ -0,0 +1,30 @@
+[include "../framework/master-header.ezt" "showtabs"]
+
+[# Note: No need for UI element permission checking here. ]
+
+<h3>Update Collision</h3>
+
+<h4>What happened?</h4>
+
+<p>While you were viewing or updating [artifact_name], another user
+submitted an update to it. That user's update has already
+taken effect. Your update cannot be saved because your changes could
+overwrite the other user's changes.</p>
+
+<p>Note: if you have been viewing and updating [artifact_name] in multiple
+browser windows or tabs, it is possible that the "other user" is
+actually yourself.</p>
+
+
+<div style="margin:2em" class="help">
+ <b style="margin:0.5em">Your options:</b>
+
+ <ul>
+ <li>Start over: view the up-to-date
+ <a href="[artifact_detail_url]">[artifact_name]</a>
+ and consider making your changes again.</li>
+ </ul>
+
+</div>
+
+[include "../framework/master-footer.ezt"]
« no previous file with comments | « appengine/monorail/templates/framework/alert.ezt ('k') | appengine/monorail/templates/framework/artifact-list-admin-part.ezt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698